testdata fixed after removing annotations from implicit entry points

This commit is contained in:
Anna Kozlova
2016-06-28 18:54:40 +03:00
parent f1ad5bc4a6
commit 0ebf0a41e7
2 changed files with 2 additions and 2 deletions
@@ -1,3 +1,3 @@
public @interface Observer {
@interface Observer {
String value();
}
@@ -1,5 +1,5 @@
public class Test {
public static final String CONST = "const";
static final String CONST = "const";
public static void main(String[] args){
System.out.println(CONST);
}