| Re: [aspectj-users] Proposal of a Patch for Scala |
Andy Clement wrote:
If you can build a simple testcase that shows the problem (which ought to be possible without using scalac as it is just a naming problem), I will work to put the patch from the bug in.
Outer.javapublic class Outer { public class Inner$1 { } public class Inner$$$1$$2 { } }
What happens if you insert an inner class named `$anon$1' there?
---Ph.