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