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