Thanks!
http://gwt-code-reviews.appspot.com/809801/diff/1/3 File dev/core/src/com/google/gwt/dev/javac/JdtCompiler.java (right): http://gwt-code-reviews.appspot.com/809801/diff/1/3#newcode212 dev/core/src/com/google/gwt/dev/javac/JdtCompiler.java:212: assert enclosingClass != null; Nah, it's fine with no parens. The old style is a holdover from when I didn't realize you didn't need the parens. :) Kind of nice to not use them, since it's more clearly not an ordinary function call. http://gwt-code-reviews.appspot.com/809801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
