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,21 @@
VARIABLES T
EQUAL T Int
EQUAL T My<T>
type parameter bounds:
T := Int, := My<T>*
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
-hasContradiction: true
-hasErrorInConstrainingTypes: false
-hasTypeConstructorMismatch: false
-hasTypeInferenceIncorporationError: true
-hasUnknownParameters: false
-hasViolatedUpperBound: false
-isSuccessful: false
result:
T=Int