Files
kotlin-fork/js/js.translator/testData/propertyAccess/cases/packagePropertyInitializer.kt
T
2014-03-11 20:04:00 +04:00

5 lines
44 B
Kotlin
Vendored

package foo
val b = 3
fun box() = (b == 3)