Skip to content

Commit

Permalink
chore: self mutation (e2e-2of2.diff)
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Apr 9, 2024
1 parent 24379fe commit 5133255
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tools/hangar/__snapshots__/invalid.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2724,6 +2724,20 @@ error: A function whose return type is \\"str\\" must return a value.
| \\\\-^ A function whose return type is \\"str\\" must return a value.


error: A function whose return type is \\"str\\" must return a value.
--> ../../../examples/tests/invalid/missing_return.test.w:36:32
|
36 | let returnString4 = (): str => {
| /--------------------------------^
37 | | class Foo {
38 | | pub static blah(): num {
39 | | return 5;
40 | | }
41 | | }
42 | | };
| \\\\-^ A function whose return type is \\"str\\" must return a value.




Tests 1 failed (1)
Expand Down

0 comments on commit 5133255

Please sign in to comment.