blob: 6af54d7910cecebf3bcfb69ed221ef114291fe4d [file] [log] [blame]
package p1;
public class S1 {
S2 s2;
void foo() {
s2.foo();
}
}