Sign in
◑
Theme
code
/
git
/
e2753febd9df39d03066dade4a3094501599cdb4
/
.
/
t
/
t4018
/
swift-protocol
blob: 07c39ec2a3ca89eb86363f471c7deb8196a8f99e [
file
]
protocol RIGHT
{
var
first
:
Int
{
get
}
// a comment
var
second
:
ChangeMe
{
get
}
}