Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4
-
None
Description
To reproduce
groovy:000> :set interpreterMode true groovy:000> class Me { String name } ===> true groovy:000> m = new Me() script14405523893121089774169.groovy: 2: unable to resolve class Me groovy:000> import java.rmi.Remote ===> java.rmi.Remote groovy:000> Remote x script1440757530265448239810.groovy: 1: unable to resolve class Remote @ line 1, column 8. Remote x
See https://github.com/apache/incubator-groovy/pull/100 for fix
Attachments
Issue Links
- is duplicated by
-
GROOVY-8278 Groovysh: unable to resolve previously declared classes with interpreterMode=true
- Closed