Files
2023-05-22 14:05:28 +00:00

4 lines
65 B
Kotlin
Vendored

// FIR_IDENTICAL
fun <T> a(): T = TODO()
val b: Unit = throw a()