Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
swift-failable-init
Code
Commits
Pulls
CI/CD
82,037
test
bisect
jch
maint
master
next
seen
test
todo
text
7 lines
107 Bytes
Copy permalink
Copy
Raw
1
class Bar {
2
init?(RIGHT: Int) {
3
let x = 0
4
// a comment
5
print(ChangeMe)
6
}
7
}