5 lines
44 B
Kotlin
Vendored
5 lines
44 B
Kotlin
Vendored
fun a() {
|
|
val a = Obj(555)
|
|
}
|
|
|
|
object Obj |