blob: 0adf018c310e8029274beaa09a3b216b1a0915a9 [file] [log] [blame]
protocol P {
init()
var x: Int { get set }
}