blob: a1e7ba80893191f07a64850a6f087b586a3654f2 [file] [log] [blame]
// PROBLEM: none
class Test {
var x = 1
<caret>private set
}