blob: 06ddb8426860163b80a0cc6fddf4075a48b91d44 [file] [log] [blame]
VARIABLES T P E
FIX_VARIABLES
P <: My<T>
Int <: T
Successor<E> <: P
type parameter bounds:
T >: Int, := T*, := E*, := Int
P <: My<T>*, >: Successor<E>*, >: Successor<T>*, <: My<E>*, <: My<Int>, >: Successor<Int>, := Successor<Int>
E := T*, >: Int, := E*, := 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=Successor<Int>
E=Int