Incorporation tests
This commit is contained in:
+21
@@ -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
|
||||
Reference in New Issue
Block a user