Files

7 lines
82 B
Kotlin
Vendored

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