Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.0-rc-1
-
None
Description
To reproduce, in groovysh:
groovy:000> pri
Pressing tab gives 'private', should also produce "println" etc.
groovy:000> us
Pressing tab gives nothing, should produce "use ("
So apparently "use" is not a special function, but
groovy:000> inst
Pressing tab gives instanceof, should produce nothing (not valid syntax position)
groovy:000> x inst
Pressing tab gives nothing, should produce "x instanceof"
same for in, extends, implements.