SLC: implement PsiVariable#computeConstantValue for light field
This commit is contained in:
committed by
Ilya Kirillov
parent
a58e0803fb
commit
fc1eb02590
@@ -1,5 +1,5 @@
|
||||
public final class multifileFacade /* multifileFacade*/ {
|
||||
public static final int x1 = 42 /* initializer type: int */;
|
||||
public static final int x1 = 42 /* initializer type: int */ /* constant value 42 */;
|
||||
|
||||
public static final int foo();// foo()
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ public final class PropertiesKt /* PropertiesKt*/ {
|
||||
private static java.lang.String x$1 = "" /* initializer type: java.lang.String */;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final java.lang.String SUBSYSTEM_DEPRECATED = "This subsystem is deprecated" /* initializer type: java.lang.String */;
|
||||
public static final java.lang.String SUBSYSTEM_DEPRECATED = "This subsystem is deprecated" /* initializer type: java.lang.String */ /* constant value This subsystem is deprecated */;
|
||||
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
private static java.lang.Boolean isEmptyMutable;
|
||||
|
||||
Reference in New Issue
Block a user