blob: a0b2b72d56ebb5d59bcbcb07a6c2fd68f53c1aa0 [file] [log] [blame]
// "Make 'foo' static" "true"
interface I {
static void foo() {
System.out.println();
}
}