mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
fix off by one in roc_dbg
This commit is contained in:
parent
497d7755c8
commit
e8d2deca90
3 changed files with 8 additions and 6 deletions
|
@ -21,6 +21,7 @@ main =
|
|||
x = 42
|
||||
dbg x
|
||||
dbg "Fjoer en ferdjer frieten oan dyn geve lea"
|
||||
dbg "this is line 24"
|
||||
|
||||
r = {x : polyDbg "abc", y: polyDbg 10u8, z : polyDbg (A (B C))}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue