5 lines
65 B
Kotlin
Vendored
5 lines
65 B
Kotlin
Vendored
package test
|
|
|
|
object Const {
|
|
const private val inObject = 1
|
|
} |