deep_scope.nim 55 B

123
  1. type A*[T] = object
  2. proc foo*(a: A[int]): bool = false