mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-01 11:34:43 +00:00
* fix #9423 distinct generics now work in vm
* fixes cpp tests
---------
Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
(cherry picked from commit deaf684375)
This commit is contained in:
@@ -59,8 +59,7 @@ template fn() =
|
||||
testRoundtrip(pointer(nil)): """0"""
|
||||
testRoundtrip(cast[pointer](nil)): """0"""
|
||||
|
||||
# causes workaround in `fromJson` potentially related to
|
||||
# https://github.com/nim-lang/Nim/issues/12282
|
||||
# refs bug #9423
|
||||
testRoundtrip(Foo(1.5)): """1.5"""
|
||||
|
||||
block: # OrderedTable
|
||||
|
||||
Reference in New Issue
Block a user