6 lines
55 B
Plaintext
Vendored
6 lines
55 B
Plaintext
Vendored
package a
|
|
|
|
fun foo() = object {
|
|
fun baz() = ":)"
|
|
}
|