Added more tests on incorporation

This commit is contained in:
Svetlana Isakova
2015-07-02 19:56:36 +03:00
parent 4c1eedce3b
commit fc69cf1b5e
26 changed files with 425 additions and 1 deletions
@@ -0,0 +1,23 @@
VARIABLES T P
SUBTYPE Int T
SUBTYPE P My<My<Consumer<T>>>
type parameter bounds:
T >: Int
P <: My<My<Consumer<T>>>*, <: My<out My<out Consumer<Int>>>
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
-hasContradiction: true
-hasErrorInConstrainingTypes: false
-hasTypeConstructorMismatch: false
-hasTypeInferenceIncorporationError: true
-hasUnknownParameters: false
-hasViolatedUpperBound: false
-isSuccessful: false
result:
T=Int
P=My<out My<out Consumer<Int>>>