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