AA: ignore evaluating named reference (to avoid exceptions)
This commit is contained in:
committed by
Ilya Kirillov
parent
e36bf55807
commit
7ec7cc47a9
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
class Test {
|
||||
var bar : Int = 42
|
||||
}
|
||||
|
||||
fun box() {
|
||||
val t = Test()
|
||||
t.<expr>bar</expr>
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
expression: bar
|
||||
constant: NOT_EVALUATED
|
||||
constantValueKind: NOT_EVALUATED
|
||||
Reference in New Issue
Block a user