Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.1-beta-1
-
None
Description
There is no way to compile and execute code like
<code>
~Big.java~
public class Big {
public interface Small
}
~Script.groovy~
def small = new Big.Small() {};
println small.myInt;
</code>