compiler/testData/codegen/properties/fieldPropertyAccess.kt (
4
lines of code) (
raw
):
private var x = 0; fun increment(): Int { return ++x; }