Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Nov 4, 2024
1 parent 3a3eb6c commit 7efcea3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test bool matchNotOK1() = unexpectedType("bool f(&A \<: str a, &B \<:int b) = &A
if ([&T h, *&T t] := l) {
return \<h, t\>;
}
return \<0,[]\>;
return \<0,[]\>;
}");

test bool returnHeadTailOK() = checkOK("
Expand All @@ -61,7 +61,7 @@ test bool matchNotOK1() = unexpectedType("bool f(&A \<: str a, &B \<:int b) = &A
test bool makeSmallerNotOK() = unexpectedType("
&T \<: num makeSmallerThan(&T \<: num n) {
if (int i := n) {
return i;
return i;
}
return n;
}");

0 comments on commit 7efcea3

Please sign in to comment.