6 lines
60 B
Kotlin
Vendored
6 lines
60 B
Kotlin
Vendored
package test
|
|
|
|
object Object {
|
|
const val CONST = "old"
|
|
}
|