Files
kotlin-fork/idea/testData/intentions/convertToBlockBody/funWithCustomUnitClass.kt.after
T

8 lines
66 B
Plaintext
Vendored

// WITH_RUNTIME
object Unit
fun foo(): Unit {
return Unit
}