Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-2
-
Fix Version/s: 2.0-beta-3
-
Component/s: Static Type Checker
-
Labels:None
-
Number of attachments :
Description
Some class define "implicit" properties by defining a getter and a setter. If the class is a Java class, like java.util.Date and the time property, the type checker fails to recognize the property properly, thinking it's a read-only property.