mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 10:16:28 +07:00
GitOrigin-RevId: 1cfc8afb26b5db175d865f6bbdc752356040d8bb
6 lines
107 B
Java
6 lines
107 B
Java
// "Make 'foo()' static" "true-preview"
|
|
interface I {
|
|
void f<caret>oo() {
|
|
System.out.println();
|
|
}
|
|
} |