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