You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
convertertoInt(c: char): int=int(c)
var c: int=5case c
of'a'..'c': discardelse: discard
bug.nim(5, 4) Error: internal error: genLiteral(nkHiddenCallConv)
No stack traceback available
To create a stacktrace, rerun compilation with ./koch temp c <file>
The text was updated successfully, but these errors were encountered:
sealmove
changed the title
converter doesn't work for case branches with the .. operator
converter doesn't work for case statement branches with the .. operator
Jun 6, 2019
The following code crushes the compiler
The text was updated successfully, but these errors were encountered: