Files
kotlin-fork/compiler/testData/codegen/properties/fieldPropertyAccess.kt
T
2013-01-24 21:12:27 +04:00

6 lines
59 B
Kotlin

private var x = 0;
fun increment(): Int {
return ++x;
}