Added tests for incorporation with nullable type parameter

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