mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
testdata fixed after removing annotations from implicit entry points
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user