Details
Description
Currently on the Java side boolean properties like "enabled" are seen as getEnabled() instead of isEnabled(). The problem is even worse because JetGroovy's joint compiler sees them as isEnabled()
Attachments
Issue Links
- is depended upon by
-
GROOVY-2897 Accessors for boolean properties are not generated properly
- Closed