Files
kotlin-fork/compiler/testData/diagnostics/tests/UnitValue.fir.kt
T

6 lines
65 B
Kotlin
Vendored

// !CHECK_TYPE
fun test() {
return checkSubtype<Unit>(Unit)
}