Don't render constraint positions in tests
for constraint system, it's always SPECIAL anyway
This commit is contained in:
@@ -4,7 +4,7 @@ SUBTYPE T B
|
||||
SUPERTYPE T A
|
||||
|
||||
type parameter bounds:
|
||||
T <: B(SPECIAL), >: A(SPECIAL)
|
||||
T <: B, >: A
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: true
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ SUBTYPE T A
|
||||
SUBTYPE T B
|
||||
|
||||
type parameter bounds:
|
||||
T <: A(SPECIAL), <: B(SPECIAL)
|
||||
T <: A, <: B
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ SUBTYPE T A
|
||||
SUPERTYPE T C
|
||||
|
||||
type parameter bounds:
|
||||
T <: A(SPECIAL), >: C(SPECIAL)
|
||||
T <: A, >: C
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ SUPERTYPE T B
|
||||
SUPERTYPE T C
|
||||
|
||||
type parameter bounds:
|
||||
T <: A(SPECIAL), >: B(SPECIAL), >: C(SPECIAL)
|
||||
T <: A, >: B, >: C
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
|
||||
Reference in New Issue
Block a user