original.name="Unsafe_Invalid_2" whiley.compile.strict=true ====== >>> main.whiley unsafe method f(int x) -> (int y): assert x >= 0 return x public export method test(): int x = f(1) assert x == 1 --- E613 main.whiley 6,12:15