blob: e8bb8a77de1591b71d97c36a342b1cbf237ca126 [file] [log] [blame]
class Foo {
var prop = 0
fun foo() {
prop++
}
}