Raw
1 struct Container {
2 subscript<RIGHT>(index: Int) -> Int {
3 let a = 0
4 // a comment
5 return ChangeMe
6 }
7 }