Commit
18cf4d97dfa8d094efdb5c2078b8ed7f2d226cad
by peter.peqbetter support for static inner classes
It is now possible to use `A.X` to refer to inner classes from outside
the enclosing class and access the static members of the class.
Still not possible to call `new A.X` and not sure if this is needed.
See #213 and https://github.com/wurstscript/WurstStdlib2/issues/275
(commit: 18cf4d9)