File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
tests/analysis_tests/tests-reanalyze/deadcode Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 91
91
Exception Analysis
92
92
ExnA.res:1:5-7
93
93
bar might raise Not_found (ExnA.res:1:16) and is not annotated with @raises(Not_found)
94
+
95
+ Exception Analysis
96
+ ExternalTest.res:7:5-24
97
+ bigIntFromStringExn2 might raise Exn.Error (ExternalTest.res:7:35) and is not annotated with @raises(Exn.Error)
94
98
95
- Analysis reported 23 issues (Exception Analysis:23 )
99
+ Analysis reported 24 issues (Exception Analysis:24 )
Original file line number Diff line number Diff line change
1
+ @raises (Exn .Error )
2
+ external bigIntFromStringExn : string => bigint = "BigInt"
3
+
4
+ @raises (Exn .Error )
5
+ let bigIntFromStringExn = s => s -> bigIntFromStringExn
6
+
7
+ let bigIntFromStringExn2 = s => s -> bigIntFromStringExn
You can’t perform that action at this time.
0 commit comments