Skip to content

Commit

Permalink
Fixes #1210. Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov committed Oct 6, 2021
1 parent 3f79167 commit 00fd661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ main() {
var f2 = localFunction2<X>;

Expect.equals(f1_1 == f1_2, f1_3 == f1_4);
Expect.equals(f1_1 == f1_3, f1_3 == f1_5);
Expect.equals(f1_1 == f1_2, f1_3 == f1_5);
Expect.notEquals(f1_3, f2);
Expect.notEquals(f1_4, f2);
Expect.notEquals(f1_5, f2);
Expand Down

0 comments on commit 00fd661

Please sign in to comment.