1cfb7d8f57
after adding new error 'hasTypeParameterWithUnsatisfiedOnlyInputTypesError'
25 lines
501 B
Plaintext
Vendored
25 lines
501 B
Plaintext
Vendored
VARIABLES T P
|
|
|
|
T <: Int
|
|
P <: Producer<T?>
|
|
|
|
type parameter bounds:
|
|
T <: Int
|
|
P <: Producer<T?>*, <: Producer<Int?>
|
|
|
|
status:
|
|
-hasCannotCaptureTypesError: false
|
|
-hasConflictingConstraints: false
|
|
-hasContradiction: false
|
|
-hasErrorInConstrainingTypes: false
|
|
-hasParameterConstraintError: false
|
|
-hasTypeInferenceIncorporationError: false
|
|
-hasTypeParameterWithUnsatisfiedOnlyInputTypesError: false
|
|
-hasUnknownParameters: false
|
|
-hasViolatedUpperBound: false
|
|
-isSuccessful: true
|
|
|
|
result:
|
|
T=Int
|
|
P=Producer<Int?>
|