11 lines
166 B
Kotlin
Vendored
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 * |