Files
kotlin-fork/compiler/testData/diagnostics/tests/UnitValue.kt
T
2014-07-25 17:16:40 +04:00

4 lines
36 B
Kotlin

fun test() {
return Unit : Unit
}