index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
lookups
/
issue_23032
/
deep_scope.nim
blob: 3e25809a7076acdda972d0700612e415b52aaea2 (
plain
) (
blame
)
1
2
type
A
*[
T
]
=
object
proc
foo
*
(
a
:
A
[
int
]
):
bool
=
false