fix EOF issues

This commit is contained in:
dfsek
2020-12-27 20:55:01 -07:00
parent 7cf34dbd8a
commit 8db263e19b
2 changed files with 6 additions and 7 deletions

View File

@@ -54,10 +54,7 @@ if(false) {
}
if(true && !(boolean && false) && true) {
num scopedVar = 2;
test("if statement" + 2 + stringVar, 1 + testVar + scopedVar);
}
// comment
/*
@@ -66,3 +63,7 @@ fsdfsd
test("fdsgdf" + 2, 1 + testVar);
if(true && !(boolean && false) && true) {
num scopedVar = 2;
test("if statement" + 2 + stringVar, 1 + testVar + scopedVar);
}