AA: ignore evaluating named reference (to avoid exceptions)

This commit is contained in:
Jinseong Jeon
2022-02-24 14:26:06 -08:00
committed by Ilya Kirillov
parent e36bf55807
commit 7ec7cc47a9
5 changed files with 28 additions and 0 deletions
@@ -0,0 +1,8 @@
class Test {
var bar : Int = 42
}
fun box() {
val t = Test()
t.<expr>bar</expr>
}
@@ -0,0 +1,3 @@
expression: bar
constant: NOT_EVALUATED
constantValueKind: NOT_EVALUATED