Files
kotlin-fork/compiler/testData/ir/irText/errors/unresolvedReference.kt.txt
T
2020-11-26 00:14:03 +03:00

17 lines
314 B
Plaintext
Vendored

val test1: ErrorType /* ERROR */
field = error("") /* ERROR CALL */
get
val test2: ErrorType /* ERROR */
field = error("") /* ERROR CALL */
get
val test3: ErrorType /* ERROR */
field = error("") /* ERROR CALL */
get
val test4: ErrorType /* ERROR */
field = error("") /* ERROR EXPRESSION */
get