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

17 lines
322 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 */42; 56;
get
val test4: ErrorType /* ERROR */
field = error("") /* ERROR EXPRESSION */
get