fix span error

This commit is contained in:
nora 2021-10-31 20:53:40 +01:00
parent 87790d4049
commit 53c2cdb085
4 changed files with 15 additions and 6 deletions

View file

@ -1,3 +1,9 @@
fn test() {
"u" + "w" + "u";
if true {
print;
} else if false {
dont_print;
} else {
"uwu";
}
}