Raw
1 protocol RIGHT {
2 var first: Int { get }
3 // a comment
4 var second: ChangeMe { get }
5 }