Files
kotlin-fork/compiler/testData/ir/irText/errors/unresolvedReference.kt
T
2023-03-22 15:18:17 +00:00

14 lines
220 B
Kotlin
Vendored

// IGNORE_BACKEND_K2: JVM_IR
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// !IGNORE_ERRORS
val test1 = unresolved
val test2: Unresolved =
unresolved()
val test3 = 42.unresolved(56)
val test4 = 42 *