summaryrefslogtreecommitdiff
path: root/t/t4018/swift-func
blob: 1fecae0911d41194473a7be240f465975de631ee (plain)
1
2
3
4
5
func RIGHT(x: Int) -> Int {
    let y = x
    // a comment
    return ChangeMe
}