mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
tests\generics\tgenericprocmatcher.nim
disabled dubious constructs
This commit is contained in:
@@ -5,7 +5,7 @@ type
|
||||
FBar* = object
|
||||
|
||||
proc new*(_: typedesc[FFoo]): int = 2
|
||||
proc new*[T](_: typedesc[T]): int = 3
|
||||
proc new*(_: typedesc): int = 4
|
||||
#proc new*[T](_: typedesc[T]): int = 3
|
||||
#proc new*(_: typedesc): int = 4
|
||||
proc new*(_: typedesc[seq[Table[int, seq[Table[int, string]]]]]): int = 5
|
||||
proc new*(_: typedesc[seq[Table[int, seq[Table[int, typedesc]]]]]): int = 6
|
||||
|
||||
Reference in New Issue
Block a user