Files
2022-08-22 17:58:06 +00:00

6 lines
107 B
Java

// "Make 'foo()' static" "true-preview"
interface I {
void f<caret>oo() {
System.out.println();
}
}