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