feat: Extract type error and new constants #128

Merged
aniva merged 17 commits from frontend/infotree into dev 2024-12-11 01:25:36 -08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 9a69c48cb2 - Show all commits

View File

@ -222,6 +222,7 @@ def test_frontend_process_sorry : Test :=
boundary := (solved.utf8ByteSize, solved.utf8ByteSize + withSorry.utf8ByteSize),
goalStateId? := .some 0,
goals := #[goal1],
goalSrcBoundaries := #[(57, 62)],
messages := #["<anonymous>:2:0: warning: declaration uses 'sorry'\n"],
}],
}: Protocol.FrontendProcessResult),