summary refs log tree commit diff stats
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