blob: 0821c2a30eb2cca58dbc0b6c19f26d11ff7a6c75 [file] [log] [blame]
// "Assign to property" "true"
class Test(var foo: Int) {
fun test(foo: Int) {
this.foo = foo
}
}