Sign in
code
/
git
/
refs/heads/seen
/
.
/
t
/
t4018
/
swift-init
blob: f683e74794c9c9f45c8e39514c475ba6ec640df5 [
file
] [
edit
]
class
Foo
{
init
(
RIGHT
:
Int
)
{
let
value
=
RIGHT
// a comment
print
(
ChangeMe
)
}
}