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>
|
||||
}
|
||||
Reference in New Issue
Block a user