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,27 @@
VARIABLES T P E
FIX_VARIABLES
SUBTYPE P My<T>
SUBTYPE Successor<E> P
SUBTYPE Int T
type parameter bounds:
T := T*, := E*, >: Int, := Int
P <: My<T>*, >: Successor<E>*, >: Successor<T>*, <: My<E>*, <: My<Int>, >: Successor<Int>, := Successor<Int>
E := T*, := E*, >: Int, := Int
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
-hasContradiction: false
-hasErrorInConstrainingTypes: false
-hasTypeConstructorMismatch: false
-hasTypeInferenceIncorporationError: false
-hasUnknownParameters: false
-hasViolatedUpperBound: false
-isSuccessful: true
result:
T=Int
P=Successor<Int>
E=Int
@@ -0,0 +1,6 @@
VARIABLES T P E
FIX_VARIABLES
SUBTYPE P My<T>
SUBTYPE Successor<E> P
SUBTYPE Int T
@@ -0,0 +1,27 @@
VARIABLES T P E
FIX_VARIABLES
SUBTYPE P My<T>
SUBTYPE Int T
SUBTYPE 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
-hasTypeConstructorMismatch: false
-hasTypeInferenceIncorporationError: false
-hasUnknownParameters: false
-hasViolatedUpperBound: false
-isSuccessful: true
result:
T=Int
P=Successor<Int>
E=Int
@@ -0,0 +1,6 @@
VARIABLES T P E
FIX_VARIABLES
SUBTYPE P My<T>
SUBTYPE Int T
SUBTYPE Successor<E> P
@@ -0,0 +1,27 @@
VARIABLES T P E
FIX_VARIABLES
SUBTYPE Int T
SUBTYPE Successor<E> P
SUBTYPE P My<T>
type parameter bounds:
T >: Int, := T*, := E*, := Int
P >: Successor<E>*, <: My<T>*, >: Successor<T>*, <: My<E>*, <: My<Int>, >: Successor<Int>, := Successor<Int>
E := T*, >: Int, := E*, := Int
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
-hasContradiction: false
-hasErrorInConstrainingTypes: false
-hasTypeConstructorMismatch: false
-hasTypeInferenceIncorporationError: false
-hasUnknownParameters: false
-hasViolatedUpperBound: false
-isSuccessful: true
result:
T=Int
P=Successor<Int>
E=Int
@@ -0,0 +1,6 @@
VARIABLES T P E
FIX_VARIABLES
SUBTYPE Int T
SUBTYPE Successor<E> P
SUBTYPE P My<T>