blob: cb9289750f55fbe2a73cef08056eea4b78d145d9 [file] [log] [blame]
VARIABLES T P
T <: Int
P <: Producer<Producer<Producer<T>>>
type parameter bounds:
T <: Int
P <: Producer<Producer<Producer<T>>>*, <: Producer<Producer<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<Producer<Producer<Int>>>