blob: 07c39ec2a3ca89eb86363f471c7deb8196a8f99e [file] [edit]
protocol RIGHT {
var first: Int { get }
// a comment
var second: ChangeMe { get }
}