musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

`[self class]` from class method doesn't work. #112

Closed iccir closed 8 years ago

iccir commented 8 years ago

Calling [self class] from a class method results in a runtime error. Regression from #77