File tree Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
import org .checkerframework .framework .type .SubtypeVisitHistory ;
10
10
import org .checkerframework .javacutil .BugInCF ;
11
11
12
+ import javax .lang .model .element .AnnotationMirror ;
13
+
12
14
import checkers .inference .model .Slot ;
13
15
14
- import javax .lang .model .element .AnnotationMirror ;
15
16
16
17
/**
17
18
* The InferenceTypeHierarchy along with the InferenceQualifierHierarchy is responsible for
@@ -27,6 +28,7 @@ public class InferenceTypeHierarchy extends DefaultTypeHierarchy {
27
28
private final AnnotationMirror varAnnot ;
28
29
// TODO: Think this through, add any missing constraints
29
30
31
+
30
32
/**
31
33
* Constructs an instance of {@code TypeHierarchy} for the type system
32
34
* whose qualifiers represented in qualifierHierarchy.
You can’t perform that action at this time.
0 commit comments