blob: 8109ff99e9c7fd442a01ce993e400db5b8e13a92 [file] [log] [blame]
public class Simple {
public void method(String s) {
}
static {
Simple a = new Simple();
a.<ref>method("blah");
}
}