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