AA: move logic to evaluate constant property initializer
so as to handle composite expressions w/ constant property
This commit is contained in:
committed by
Ilya Kirillov
parent
606033e1e6
commit
a7fcbfb717
-3
@@ -1,3 +0,0 @@
|
||||
expression: 42 / d
|
||||
constant: 42
|
||||
constantValueKind: Int
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
expression: 42 / d
|
||||
constant: NOT_EVALUATED
|
||||
constantValueKind: NOT_EVALUATED
|
||||
constant: 42
|
||||
constantValueKind: Int
|
||||
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
expression: 42 / d
|
||||
constant: 42
|
||||
constantValueKind: Int
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
expression: 42 / d
|
||||
constant: NOT_EVALUATED
|
||||
constantValueKind: NOT_EVALUATED
|
||||
constant: 42
|
||||
constantValueKind: Int
|
||||
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
expression: 42 / d
|
||||
constant: 42
|
||||
constantValueKind: Int
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
expression: 42 / d
|
||||
constant: NOT_EVALUATED
|
||||
constantValueKind: NOT_EVALUATED
|
||||
constant: 42
|
||||
constantValueKind: Int
|
||||
|
||||
Reference in New Issue
Block a user