@@ -1,9 +1,2 @@
fn foo() int {
let y int = 2;
let z int = y*2;
return y;
}
fn bar() real {
return 5.5;
let a real = 5.1;
let x real = 7.0 + real(int(a) + int(7.0));
The note is not visible to the blocked user.