Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Apr 2, 2024
1 parent 9f8f808 commit 46e45f7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/grammar/__snapshots__/grammar.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -238,19 +238,18 @@ Line 1, col 31:
`;
exports[`grammar should fail case-25 1`] = `
"<unknown>:2:39: Empty parameter list should not have a dangling comma.
Line 2, col 39:
1 |
> 2 | abstract fun testFuncAbstractWithType(,): Int;
"<unknown>:1:39: Empty parameter list should not have a dangling comma.
Line 1, col 39:
> 1 | abstract fun testFuncAbstractWithType(,): Int;
^
"
`;
exports[`grammar should fail case-26 1`] = `
"<unknown>:3:31: Empty parameter list should not have a dangling comma.
Line 3, col 31:
2 | @name(native_name_2)
> 3 | native testNativeFuncWithType(,): Int;
"<unknown>:2:31: Empty parameter list should not have a dangling comma.
Line 2, col 31:
1 | @name(native_name_2)
> 2 | native testNativeFuncWithType(,): Int;
^
"
`;
Expand Down

0 comments on commit 46e45f7

Please sign in to comment.