introduce functional parameter: ensure resulted method non-static

This commit is contained in:
Anna Kozlova
2014-12-12 19:28:52 +01:00
parent a2509ba6cb
commit 124c957b7c
3 changed files with 7 additions and 2 deletions
@@ -3,7 +3,7 @@ class Test {
foo();
}
void foo() {
static void foo() {
<selection>
System.out.println("");
System.out.println("");