Incorporation tests

This commit is contained in:
Svetlana Isakova
2015-06-29 18:58:06 +03:00
parent 179c5e3c3a
commit db8085c399
132 changed files with 2229 additions and 8 deletions
@@ -0,0 +1,23 @@
VARIABLES T P
EQUAL T My<P>
EQUAL P Two<T,P>
type parameter bounds:
T := My<P>*
P := Two<T, P>*
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
-hasContradiction: false
-hasErrorInConstrainingTypes: false
-hasTypeConstructorMismatch: false
-hasTypeInferenceIncorporationError: false
-hasUnknownParameters: true
-hasViolatedUpperBound: false
-isSuccessful: false
result:
T=???
P=???