Raw
1 struct View {
2 @available(iOS 13, *) public func RIGHT() {
3 let a = 1
4 // a comment
5 print(ChangeMe)
6 }
7 }