neon-bindings / examples

A collection of examples of Neon
324 stars 43 forks source link

[Bug] Cannot read the field of initialized class #70

Closed willemneal closed 3 years ago

willemneal commented 3 years ago

See example in #69

kjvalencik commented 3 years ago

This is expected behavior. The example is defining a function named get and not a property getter.

willemneal commented 3 years ago

Thanks! Updated PR!