11 lines
60 B
Kotlin
11 lines
60 B
Kotlin
package test
|
|
|
|
public object Lol {
|
|
fun c() {
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|