summaryrefslogtreecommitdiff
path: root/t/t4018/swift-protocol
blob: 07c39ec2a3ca89eb86363f471c7deb8196a8f99e (plain)
1
2
3
4
5
protocol RIGHT {
    var first: Int { get }
    // a comment
    var second: ChangeMe { get }
}