javac-wrapper: fixes after rebase and review
This commit is contained in:
committed by
Alexander Baratynskiy
parent
2dc0c55e76
commit
67fdd9f76e
+1
-1
@@ -3,7 +3,7 @@
|
||||
// FILE: A.java
|
||||
|
||||
public interface A {
|
||||
public String a = ""
|
||||
public String a = "";
|
||||
public static void foo() {}
|
||||
public static void baz(String s) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user