Files
wren/test/this
Bob Nystrom 00239d37b2 test: add test verifying this refers to class in static methods
Add a new test file `this_in_static_method.wren` that validates `this` evaluates to the class object when used inside a static method, and removes the TODO comment from `this_in_method.wren` that previously noted this untested behavior.
2014-02-14 14:37:37 +00:00
..