Files
wren/test/language/class
Bob Nystrom 8ff11a3c2c Nested classes.
A class definition can appear directly within the body of a class. It
works similar to a class variable where the class object is stored in a
field and a getter is defined on the enclosing class to return it.

Unlike class variables, nested classes do not expose setters.
2015-12-21 15:29:08 -08:00
..
2015-12-21 15:29:08 -08:00
2015-12-21 15:29:08 -08:00