1cfb7d8f57
after adding new error 'hasTypeParameterWithUnsatisfiedOnlyInputTypesError'
22 lines
440 B
Plaintext
Vendored
22 lines
440 B
Plaintext
Vendored
VARIABLES T
|
|
|
|
Consumer<A> <: Consumer<T>
|
|
|
|
type parameter bounds:
|
|
T <: A
|
|
|
|
status:
|
|
-hasCannotCaptureTypesError: false
|
|
-hasConflictingConstraints: false
|
|
-hasContradiction: false
|
|
-hasErrorInConstrainingTypes: false
|
|
-hasParameterConstraintError: false
|
|
-hasTypeInferenceIncorporationError: false
|
|
-hasTypeParameterWithUnsatisfiedOnlyInputTypesError: false
|
|
-hasUnknownParameters: false
|
|
-hasViolatedUpperBound: false
|
|
-isSuccessful: true
|
|
|
|
result:
|
|
T=A
|