struct Container {
    subscript<RIGHT>(index: Int) -> Int {
        let a = 0
        // a comment
        return ChangeMe
    }
}
