8 lines
66 B
Plaintext
Vendored
8 lines
66 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
object Unit
|
|
|
|
fun foo(): Unit {
|
|
return Unit
|
|
}
|