Files
kotlin-fork/compiler/testData/codegen/properties/fieldPropertyAccess.jet
T
2011-10-20 16:21:18 +02:00

6 lines
59 B
Plaintext

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