mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
typeToString: type float => typedesc[float] (#17011)
* typeToString: type float => typedesc[float] * fixup * fix tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
errormsg: "type mismatch: got <type float, string>"
|
||||
errormsg: "type mismatch: got <typedesc[float], string>"
|
||||
line: 10
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user