We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2294579 commit 643f360Copy full SHA for 643f360
jscomp/build_tests/super_errors/expected/method_arity_mismatch.re.expected
@@ -1,10 +1,10 @@
1
2
[1;31mWe've found a bug for you![0m
3
- [36m/.../fixtures/method_arity_mismatch.re[0m [2m3:8-9[0m
+ [36m/.../fixtures/method_arity_mismatch.re[0m [2m3:5-11[0m
4
5
1 [2m│[0m let f = ( obj ) => {
6
2 [2m│[0m obj##hi (1,2);
7
- [1;31m3[0m [2m│[0m obj[1;31m##[0mhi (1)
+ [1;31m3[0m [2m│[0m [1;31mobj##hi[0m (1)
8
4 [2m│[0m }
9
10
This method has arity2 but was expected arity1
0 commit comments