File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,24 @@ Type -+- ProxyType --+- NamedType ----+--- TypeRef
23
23
| | +--- ThisType
24
24
| | +--- SuperType
25
25
| | +--- ConstantType
26
- | | +--- MethodParam
26
+ | | +--- TermParamRef
27
27
| | +----RecThis
28
28
| | +--- SkolemType
29
- | +- PolyParam
29
+ | +- TypeParamRef
30
30
| +- RefinedOrRecType -+-- RefinedType
31
31
| | -+-- RecType
32
- | +- HKApply
32
+ | +- AppliedType
33
33
| +- TypeBounds
34
34
| +- ExprType
35
35
| +- AnnotatedType
36
36
| +- TypeVar
37
- | +- PolyType
37
+ | +- HKTypeLambda
38
+ | +- MatchType
38
39
|
39
40
+- GroundType -+- AndType
40
41
+- OrType
41
- +- MethodType -----+- ImplicitMethodType
42
- | +- JavaMethodType
42
+ +- MethodOrPoly ---+-- PolyType
43
+ | +-- MethodType
43
44
+- ClassInfo
44
45
|
45
46
+- NoType
You can’t perform that action at this time.
0 commit comments