6 lines
49 B
Plaintext
Vendored
6 lines
49 B
Plaintext
Vendored
object Unit
|
|
|
|
fun foo(): Unit {
|
|
return Unit
|
|
}
|