Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
LeeRoySheep
LeeRoySheep
/
t
/
t4018
/
swift-inline-attribute
Code
Commits
Pulls
CI/CD
82,027
next
bisect
jch
maint
master
next
seen
test
todo
text
7 lines
118 Bytes
Copy permalink
Copy
Raw
1
class Service {
2
@objc func RIGHT() {
3
let path = "/api"
4
// a comment
5
log(ChangeMe)
6
}
7
}