Sign in
◑
Theme
code
/
git
/
babe559ffb0a3ffd8c72641d318091c36e8ef2d5
/
.
/
t
/
t4018
/
swift-generic-subscript
blob: 423cb589412ea5708261a8f41d5895ba499d6016 [
file
]
struct
Container
{
subscript
<
RIGHT
>(
index
:
Int
)
->
Int
{
let
a
=
0
// a comment
return
ChangeMe
}
}