Files
kotlin/compiler/testData/loadJava/compiledKotlin/visibility/PrivateTopLevelVal.kt
2018-07-24 10:52:16 +03:00

5 lines
67 B
Kotlin
Vendored

//ALLOW_AST_ACCESS
package test
private val topLevelVal = { 0 }()