Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
swift-protocol
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
text
5 lines
96 Bytes
Copy permalink
Copy
Raw
1
protocol RIGHT {
2
var first: Int { get }
3
// a comment
4
var second: ChangeMe { get }
5
}