-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Test case
let a = 1'u8
echo aError: type mismatch: got <uint8>
but expected one of:
proc `$`(x: string): string
proc `$`(x: int): string
proc `$`(x: char): string
proc `$`[Enum: enum](x: Enum): string
proc `$`[T](x: set[T]): string
proc `$`(x: float): string
proc `$`(x: int64): string
proc `$`[T](x: seq[T]): string
proc `$`[T: tuple |
object](x: T): string
proc `$`(x: bool): string
proc `$`(x: cstring): string
proc `$`[T, IDX](x: array[IDX, T]): string
expression: $(a)