Skip to content

Commit

Permalink
Ignore test for compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Sep 30, 2024
1 parent e090bdb commit bcedebd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ test bool innerAndOuterFunctionUseSameParameterName2(){
return outer(3) == 3 && outer(5) == 50;
}
@ignoreCompiler{"Return type `int` expected, found `str`"}
test bool innerAndOuterFunctionUseSameParameterName3(){
int outer(str t) {
int inner(t:3) = t;
Expand Down

0 comments on commit bcedebd

Please sign in to comment.