Files
kotlin-fork/idea/testData/decompiler/decompiledText/Const/Const.kt
T
2015-09-23 08:20:57 +03:00

6 lines
66 B
Kotlin
Vendored

package test
object Const {
const private val inObject = 1
}