9 lines
72 B
Kotlin
9 lines
72 B
Kotlin
// "Create object 'Foo'" "true"
|
|
|
|
fun test() {
|
|
Foo
|
|
}
|
|
|
|
object Foo {
|
|
|
|
} |