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