Files
kotlin-fork/compiler/testData/ir/irText/errors/unresolvedReference.kt
T
2021-03-12 18:47:34 +03:00

11 lines
166 B
Kotlin
Vendored

// IGNORE_BACKEND_FIR: JVM_IR
// !IGNORE_ERRORS
val test1 = unresolved
val test2: Unresolved =
unresolved()
val test3 = 42.unresolved(56)
val test4 = 42 *