blob: d5a80702527779af559925500f6ed9155afa0fd2 [file] [log] [blame]
// "Assign to property" "true"
class Test {
var foo = 1
fun test(foo: String) {
<caret>foo = 2
}
}