Files
kotlin-fork/compiler/testData/ir/irText/errors/unresolvedReference.kt
T
Ilya Chernikov 5b3816cce5 Test infra: refactor IGNORE_BACKEND directive
treat it as a general one, introduce *_K1 and *_K2 variants for
more specific ignoring
2022-11-12 16:28:23 +01:00

11 lines
165 B
Kotlin
Vendored

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