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
@@ -3,8 +3,8 @@ VARIABLES T P
SUBTYPE T Int
type parameter bounds:
T >: P, <: Int
P <: T, <: Int
T <: Int
P
status:
-hasCannotCaptureTypesError: false
@@ -13,10 +13,10 @@ status:
-hasErrorInConstrainingTypes: false
-hasTypeConstructorMismatch: false
-hasTypeInferenceIncorporationError: false
-hasUnknownParameters: false
-hasUnknownParameters: true
-hasViolatedUpperBound: false
-isSuccessful: true
-isSuccessful: false
result:
T=Int
P=Int
P=???