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