blob: 93426374c12afcc387c13c33727ec1de36ebfb3f [file] [log] [blame]
// "Change to var" "true"
class A() {
var a: Int = 0
set(v: Int) {}
}