Something went wrong on our end
-
Samuel Chassot authoredSamuel Chassot authored
Locals.grading.amy 143 B
object Locals
def foo(i: Int(32)): Int(32) = {
val i: Int(32) = 0;
if (i == 0) { error("") }
else { 0 }
}
foo(1)
end Locals