blob: 2ec0e97ae73c887826df1454b2650baa4abd61fd [file] [log] [blame]
// "Change to var" "true"
class A() {
val a: Int = 0
<caret>set(v: Int) {}
}