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