blob: 008d6b6d24457e3a6fd0ce343cf345b597a02368 [file] [log] [blame]
public class B {
Integer foo () {
return A.Inner.field;
}
}