Skip to content

Commit f1692d6

Browse files
committed
Update tests to reflect the previous changes.
In this example, the name `zoo` exist in the module `wibble` which is imported. The compiler correctly suggest to use `wibble.zoo`.
1 parent db21bbb commit f1692d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-core/src/type_/tests/snapshots/gleam_core__type___tests__errors__same_imports_multiple_times.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ error: Unknown variable
3535
^^^
3636

3737
The name `zoo` is not in scope here.
38+
Consider using one of these variables:
39+
40+
wibble.zoo

0 commit comments

Comments
 (0)