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 aa5e4de commit 063b6b3Copy full SHA for 063b6b3
tests/analysis_tests/tests-reanalyze/deadcode/expected/exception.txt
@@ -95,5 +95,13 @@
95
Exception Analysis
96
ExternalTest.res:7:5-24
97
bigIntFromStringExn2 might raise JsExn (ExternalTest.res:7:35) and is not annotated with @raises(JsExn)
98
+
99
+ Exception Analysis
100
+ StdlibTest.res:11:5-23
101
+ bigIntFromStringExn raises nothing and is annotated with redundant @raises(JsExn)
102
103
104
+ StdlibTest.res:14:5-16
105
+ jsonParseExn raises nothing and is annotated with redundant @raises(JsExn)
106
- Analysis reported 24 issues (Exception Analysis:24)
107
+ Analysis reported 26 issues (Exception Analysis:26)
0 commit comments