Files
kotlin-fork/compiler/testData/diagnostics/tests/UnitValue.kt
T
2013-03-22 16:38:25 +04:00

3 lines
41 B
Kotlin

fun test() {
return Unit.VALUE : Unit
}