Sign in
code
/
git
/
refs/heads/next
/
.
/
t
/
t4018
/
swift-failable-init
blob: 4bbd6217c9147aabb5a092be644b67fa3bafbcd2 [
file
] [
edit
]
class
Bar
{
init
?(
RIGHT
:
Int
)
{
let
x
=
0
// a comment
print
(
ChangeMe
)
}
}