blob: 667f0a38c2b1867198146b0650740577d97efe52 [file] [log] [blame]
class A {{
Aa a = new Aa();
Aa.B b = a.new <caret>
}}