5 lines
67 B
Kotlin
Vendored
5 lines
67 B
Kotlin
Vendored
class A {
|
|
companion object {
|
|
val x: String = ""
|
|
}
|
|
} |