mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 14:25:23 +00:00
fix several bugs with repr (#13386)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
discard """
|
||||
errormsg: "type mismatch: got <byte, int literal(0)>"
|
||||
nimout: '''but expected one of:
|
||||
proc fun0[T1: int | float |
|
||||
object | array | seq](a1: T1; a2: int)
|
||||
proc fun0[T1: int | float | object | array | seq](a1: T1; a2: int)
|
||||
first type mismatch at position: 1
|
||||
required type for a1: T1: int or float or object or array or seq[T]
|
||||
but expression 'byte(1)' is of type: byte
|
||||
|
||||
Reference in New Issue
Block a user