Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
12.5
Description
Have this simple code:
class B { int fieldInt; String fieldString; B instance; String getInfo() { return "Hello ${instance.}" } }
The code completion doesn't work after the dot in return statement.
Attachments
Issue Links
- is duplicated by
-
NETBEANS-5945 Groovy StaticTypeCheckingVisitor evaluates String assignment as Object type
- Resolved
- links to