5b3816cce5
treat it as a general one, introduce *_K1 and *_K2 variants for more specific ignoring
11 lines
165 B
Kotlin
Vendored
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 * |