Skip to content

Commit

Permalink
errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Jan 2, 2024
1 parent 6fe7dda commit 1430d19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/tests/invalid/global_symbols.test.w
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
let log = "hi";
// ^Error: Symbol "log" already defined in this scope
let assert = "there";
// ^Error: Symbol "assert" already defined in this scope
let unsafeCast = "wingnuts";
// ^Error: Symbol "unsafeCast" already defined in this scope
let nodeof = "!";
// ^Error: Symbol "nodeof" already defined in this scope

0 comments on commit 1430d19

Please sign in to comment.