blob: f8184c004e4c579afa9ba322823572a91ab6a2c9 [file]
private var x = 0;
fun increment(): Int {
return ++x;
}