musictheory / NilScript

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

Dynamic property prevents synthesis of following properties #35

Closed iccir closed 9 years ago

iccir commented 9 years ago

OJClass#doAutomaticSynthesis does a check for ivarName == OJDynamicProperty. If true, we should proceed to the next loop iteration using continue. Instead, we return.

iccir commented 9 years ago

Completely my fault, refactoring error