blob: bcc841fe0e6e0ae88552c4c1d6511a802627e657 [file] [log] [blame]
package p2;
public class S2 {
S1 s1;
void foo() {
s1.foo();
}
}