blob: cd83c943c5858314cab1b7ab186dd6be16cf4b20 [file] [log] [blame]
// "Make 'j' not abstract" "true"
class B {
var j: Int = 0
set(v: Int) {}
}