Files
wren/test/language/field
Bob Nystrom 969ee0adc4 Allow code inside class bodies.
Every statement that isn't a method definition gets compiled into a
special "<body>" method in the class. Every constructor in the class
implicitly calls that before executing.

Since it's an instance method, it executes in the context of the class:
it can write fields, access "this", etc.
2015-12-20 08:08:33 -08:00
..
2015-12-18 06:59:49 -08:00
2015-12-18 06:59:49 -08:00
2015-12-18 06:59:49 -08:00