fix binop rhs precedence

This commit is contained in:
nora 2021-10-31 20:44:11 +01:00
parent 7b1c7335c2
commit 87790d4049
4 changed files with 20 additions and 25 deletions

View file

@ -1,6 +1,3 @@
fn test() {
let uwu = 2;
if uwu {
print;
}
"u" + "w" + "u";
}