test: add error snippet formatting test
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
func Main() -> int {
|
||||
let x: int = undefined_variable;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user