summaryrefslogtreecommitdiff
path: root/t/t4018/swift-inline-attribute
blob: 2374c4b6036efad08b5aecc77403d55833477f10 (plain)
1
2
3
4
5
6
7
class Service {
    @objc func RIGHT() {
        let path = "/api"
        // a comment
        log(ChangeMe)
    }
}