Files
newt/tests/Duplicate.newt.fail
Steve Dunham a9718621e3
Some checks failed
Publish Playground / build (push) Has been cancelled
Publish Playground / deploy (push) Has been cancelled
Initial LSP implementation/vscode support
2026-02-12 20:26:15 -08:00

10 lines
314 B
Plaintext

*** Process tests/Duplicate.newt
module Duplicate
ERROR at tests/Duplicate.newt:5:1--5:5: Duplicate.Left is already defined at tests/Duplicate.newt:5:1--5:5
-- duplicate name should fail
-- FIXME FC is wrong here
data Either : U -> U -> U where
^^^^
ERROR at tests/Duplicate.newt:1:1--1:2: Compile failed