blob: 8237c875ff5d8f3ec8066e70023155fb6c0b08ff [file] [log] [blame]
VARIABLES T P
T := My<P>
P := Two<T,P>
type parameter bounds:
T := My<P>*
P := Two<T, P>*
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
-hasContradiction: false
-hasErrorInConstrainingTypes: false
-hasParameterConstraintError: false
-hasTypeInferenceIncorporationError: true
-hasTypeParameterWithUnsatisfiedOnlyInputTypesError: false
-hasUnknownParameters: true
-hasViolatedUpperBound: false
-isSuccessful: false
result:
T=???
P=???