git/t/t4018/swift-inline-attribute

8 lines
118 B
Plaintext

class Service {
@objc func RIGHT() {
let path = "/api"
// a comment
log(ChangeMe)
}
}