Bug? Get / Set in class fails to compile

stevel05

Expert
Licensed User
Longtime User
The attached small example fails to compile with the error:

B4i line: 30
Log(GST.Visible)
no visible @interface for 'b4i_getsettest' declares the selector '_visiblenil'

Similar code works fine with B4a.

(Currently avoiding using the Get/Set so not urgent for me, but possibly a bug none the less)
 

Attachments

  • getset.zip
    1.4 KB · Views: 266
Last edited:
Top