Sign in
◑
Theme
code
/
git
/
e2753febd9df39d03066dade4a3094501599cdb4
/
.
/
t
/
t4018
/
swift-init
blob: dc7a298f3806b5aad7d2eabf2509eb02c2d4da51 [
file
]
class
Foo
{
init
(
RIGHT
:
Int
)
{
let
x
=
0
// a comment
print
(
ChangeMe
)
}
}