Files
kotlin-fork/compiler/testData/diagnostics/tests/tuples/UnitValue.kt
T
Andrey Breslav dee5152f9b Supporting Unit.VALUE, to replace #()
#KT-2358 In Progress
2012-09-18 20:27:09 +04:00

3 lines
41 B
Kotlin

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