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