Checks whether the type of this test is a supertype of the specified type. The runtime type may be any of its subtypes. @param type type to check @return Boolean#TRUE if the type subsumes the specified type; Boolean#FALSE if it does not; null if the
(@SuppressWarnings("unused") final Type type)
| 127 | * {@code null} if the relationship is unknown |
| 128 | */ |
| 129 | public Boolean subsumes(@SuppressWarnings("unused") final Type type) { |
| 130 | return null; |
| 131 | } |
| 132 | |
| 133 | /** |
| 134 | * Copies this test. |
no outgoing calls
no test coverage detected