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