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