AA: move logic to evaluate constant property initializer

so as to handle composite expressions w/ constant property
This commit is contained in:
Jinseong Jeon
2022-03-10 00:54:19 -08:00
committed by Ilya Kirillov
parent 606033e1e6
commit a7fcbfb717
11 changed files with 75 additions and 68 deletions
@@ -1,3 +0,0 @@
expression: 42 / d
constant: 42
constantValueKind: Int
@@ -1,3 +1,3 @@
expression: 42 / d
constant: NOT_EVALUATED
constantValueKind: NOT_EVALUATED
constant: 42
constantValueKind: Int
@@ -1,3 +0,0 @@
expression: 42 / d
constant: 42
constantValueKind: Int
@@ -1,3 +1,3 @@
expression: 42 / d
constant: NOT_EVALUATED
constantValueKind: NOT_EVALUATED
constant: 42
constantValueKind: Int
@@ -1,3 +0,0 @@
expression: 42 / d
constant: 42
constantValueKind: Int
@@ -1,3 +1,3 @@
expression: 42 / d
constant: NOT_EVALUATED
constantValueKind: NOT_EVALUATED
constant: 42
constantValueKind: Int