()
| 1348 | } |
| 1349 | |
| 1350 | func (typePredicate *TypePredicate) Type() *Type { |
| 1351 | return typePredicate.t |
| 1352 | } |
| 1353 | |
| 1354 | func (typePredicate *TypePredicate) Kind() TypePredicateKind { |
| 1355 | return typePredicate.kind |
no outgoing calls
no test coverage detected