summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr84260/I2.java
blob: 6e36b2dc7dc67fd6038036cb6cf0dc15d0c11bcd (plain)
1
2
3
4
5
6
7
8
9
import static a.b.c.A.*;

public class I2 {

  public static void main(String []argv) {
    m();
  }

}