7a9c516f68
#KT-58533 Fixed
4 lines
65 B
Kotlin
Vendored
4 lines
65 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
fun <T> a(): T = TODO()
|
|
val b: Unit = throw a() |