protocol RIGHT {
    var first: Int { get }
    // a comment
    var second: ChangeMe { get }
}
