mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
introduce functional parameter: ensure resulted method non-static
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ class Test {
|
||||
foo();
|
||||
}
|
||||
|
||||
void foo() {
|
||||
static void foo() {
|
||||
<selection>
|
||||
System.out.println("");
|
||||
System.out.println("");
|
||||
|
||||
Reference in New Issue
Block a user