neon-bindings/examples

[Bug] Cannot read the field of initialized class

willemneal opened this issue · 2 comments

See example in #69

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

Thanks! Updated PR!