test: add error snippet formatting test

This commit is contained in:
2026-06-10 20:08:24 +03:00
parent 9a63dcca11
commit 62d92b0aa6
4 changed files with 2620 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
func Main() -> int {
let x: int = undefined_variable;
return 0;
}