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