Files
kotlin/compiler/testData/diagnostics/tests/UnitValue.kt
2015-04-29 16:33:24 +02:00

6 lines
65 B
Kotlin
Vendored

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