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