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

7 lines
82 B
Kotlin
Vendored

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