Skip to content

Commit cb7f594

Browse files
Update snapshot
1 parent 5cebb6f commit cb7f594

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-core/src/javascript/tests/snapshots/gleam_core__javascript__tests__inlining__inline_function_with_use_becomes_tail_recursive.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ pub fn count(from: Int, to: Int) -> Int {
1717
import * as $stdlib$dict from "../../gleam_stdlib/dict.mjs";
1818
import * as $bool from "../../gleam_stdlib/gleam/bool.mjs";
1919
import {
20+
Empty as $Empty,
21+
NonEmpty as $NonEmpty,
2022
CustomType as $CustomType,
2123
bitArraySlice,
2224
bitArraySliceToInt,

0 commit comments

Comments
 (0)