git/t/t4018/swift-protocol

6 lines
96 B
Plaintext

protocol RIGHT {
var first: Int { get }
// a comment
var second: ChangeMe { get }
}