Fix ConstantValue-related testData for lightClasses tests

TODO support custom language version settings for lightClasses tests
This commit is contained in:
Dmitry Petrov
2018-07-23 18:06:01 +03:00
parent 8f103dd8e5
commit 9dc2ad664d
22 changed files with 53 additions and 47 deletions
@@ -1,7 +1,10 @@
public final class A {
private static final int c = 1;
private static final int c;
@org.jetbrains.annotations.NotNull
private static java.lang.String v;
public static final int cc = 1;
@org.jetbrains.annotations.NotNull
public static final java.lang.String cv = "A";
public static final pack.A INSTANCE;
public final int getC() { /* compiled code */ }