File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
tests/analysis_tests/tests-reanalyze/deadcode/expected Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
addVariantCaseDeclaration R4 AutoAnnotate.res:15:2 path:+AutoAnnotate.annotatedVariant
10
10
Scanning BootloaderResource.cmt Source:BootloaderResource.res
11
11
Scanning BucklescriptAnnotations.cmt Source:BucklescriptAnnotations.res
12
- addValueDeclaration +bar BucklescriptAnnotations.res:25 :4 path:+BucklescriptAnnotations
13
- addValueDeclaration +f BucklescriptAnnotations.res:26 :6 path:+BucklescriptAnnotations
14
- addValueReference BucklescriptAnnotations.res:26 :6 --> BucklescriptAnnotations.res:25 :11
15
- addValueReference BucklescriptAnnotations.res:25 :4 --> BucklescriptAnnotations.res:26 :6
12
+ addValueDeclaration +bar BucklescriptAnnotations.res:22 :4 path:+BucklescriptAnnotations
13
+ addValueDeclaration +f BucklescriptAnnotations.res:23 :6 path:+BucklescriptAnnotations
14
+ addValueReference BucklescriptAnnotations.res:23 :6 --> BucklescriptAnnotations.res:22 :11
15
+ addValueReference BucklescriptAnnotations.res:22 :4 --> BucklescriptAnnotations.res:23 :6
16
16
Scanning ComponentAsProp.cmt Source:ComponentAsProp.res
17
17
addValueDeclaration +make ComponentAsProp.res:6:4 path:+ComponentAsProp
18
18
addRecordLabelDeclaration title ComponentAsProp.res:6:12 path:+ComponentAsProp.props
@@ -2594,9 +2594,9 @@ File References
2594
2594
BucklescriptAnnotations is a dead module as all its items are dead.
2595
2595
2596
2596
Warning Dead Value
2597
- BucklescriptAnnotations.res:25 :1-70
2597
+ BucklescriptAnnotations.res:22 :1-70
2598
2598
bar is never used
2599
- <-- line 25
2599
+ <-- line 22
2600
2600
@dead("bar") let bar = (x: someMethods) => {
2601
2601
2602
2602
Warning Dead Exception
You can’t perform that action at this time.
0 commit comments