aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr84260/I1.java
blob: 5ddcac98f3f29f47f775eb6c10be9cb4289ce2f5 (plain)
1
2
3
4
5
6
import static a.b.c.A.m;
public class I1 {
  public static void main(String []argv) {
    m();
  }
}