@@ -2,10 +2,10 @@ fn main() {
// let x = 3;
let y = 4 + 4 + 5;
let z = 1 * 2 - 3 / test * 4;
let r = 1 - 2 + 3;
let r = 1-2.5 + 3;
let w = 1 * (2 - 3) / "test" - 7;
asntei
let a = test(3);
let a = test('3');
let c = '3' ;
test(5);
return 5 +
The note is not visible to the blocked user.