It is not a real bug, but it is a ... uhm... "an incorrect behaviour".
In a Class I have a property, setSomething(what as int).
The editor, rightly, does not list setSomething as available method ("intellisense") although it is also a public routine but if you use it like a method (objMyClass.setSomething(12)) it works; instead, this should be an error reported by the compiler, I think.
[P.S. or/and Syntax error]
In a Class I have a property, setSomething(what as int).
The editor, rightly, does not list setSomething as available method ("intellisense") although it is also a public routine but if you use it like a method (objMyClass.setSomething(12)) it works; instead, this should be an error reported by the compiler, I think.
[P.S. or/and Syntax error]
Last edited: