Skip to content

Commit 1c39d63

Browse files
committed
Remove warning
1 parent bcdfb7b commit 1c39d63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testrepo/packages/namespace-casing/src/Produce.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Generated by ReScript, PLEASE EDIT WITH CARE
22

33

4-
function meh(a) {
4+
function meh(param) {
55
return true;
66
}
77

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
let meh = (a: int) => {
1+
let meh = (_: int) => {
22
true
33
}

0 commit comments

Comments
 (0)