blob: 66a2b59a9a109e267b803f4a45260b034f8f3b26 [file] [log] [blame]
// "Create Method 'f'" "true"
interface X {
public static void m() {
f();
}
static void f() {
}
}