summaryrefslogtreecommitdiff
path: root/t/t4018/swift-actor
blob: e4852f40a7ebd88e81714eb2cbc54a1b27b2dd97 (plain)
1
2
3
4
5
actor RIGHT {
    let a = 1
    // a comment
    let b = ChangeMe
}