mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
Merge pull request #1785 from gmpreussner/devel
Fixed tusertypeclasses test
This commit is contained in:
@@ -12,7 +12,7 @@ type
|
||||
(x < y) is bool
|
||||
|
||||
ObjectContainer = generic C
|
||||
C.len is ordinal
|
||||
C.len is Ordinal
|
||||
for v in items(C):
|
||||
v.type is tuple|object
|
||||
|
||||
|
||||
Reference in New Issue
Block a user