blob: 423cb589412ea5708261a8f41d5895ba499d6016 [file] [edit]
struct Container {
subscript<RIGHT>(index: Int) -> Int {
let a = 0
// a comment
return ChangeMe
}
}