blob: df261e479da895b48fde76e1811db67c31fde4be [file] [log] [blame]
public class B {
public A.B get () {
return new A(1).new B(3);
}
}