You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler-core/src/type_/tests/snapshots/gleam_core__type___tests__warnings__unused_recursive_function_argument.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ warning: Unused function argument
14
14
┌─ /src/warning/wrn.gleam:2:13
15
15
│
16
16
2 │ pub fn main(x:Int) {
17
-
│ ^Thisargumentisunused
17
+
│ ^Thisargumentisneverused
18
18
19
19
Thisargumentispassedtothefunction when recursing, but it's never used
Copy file name to clipboardExpand all lines: compiler-core/src/type_/tests/snapshots/gleam_core__type___tests__warnings__unused_recursive_function_argument_2.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ warning: Unused function argument
17
17
┌─ /src/warning/wrn.gleam:2:13
18
18
│
19
19
2 │ pub fn main(x, times) {
20
-
│ ^Thisargumentisunused
20
+
│ ^Thisargumentisneverused
21
21
22
22
Thisargumentispassedtothefunction when recursing, but it's never used
Copy file name to clipboardExpand all lines: compiler-core/src/type_/tests/snapshots/gleam_core__type___tests__warnings__unused_recursive_function_inside_anonymous_function.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ warning: Unused function argument
15
15
┌─ /src/warning/wrn.gleam:2:13
16
16
│
17
17
2 │ pub fn main(x:Int) {
18
-
│ ^Thisargumentisunused
18
+
│ ^Thisargumentisneverused
19
19
20
20
Thisargumentispassedtothefunction when recursing, but it's never used
Copy file name to clipboardExpand all lines: compiler-core/src/type_/tests/snapshots/gleam_core__type___tests__warnings__unused_recursive_function_with_shadowing.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ warning: Unused function argument
15
15
┌─ /src/warning/wrn.gleam:2:13
16
16
│
17
17
2 │ pub fn main(x:Int) {
18
-
│ ^Thisargumentisunused
18
+
│ ^Thisargumentisneverused
19
19
20
20
Thisargumentispassedtothefunction when recursing, but it's never used
0 commit comments