Don't render constraint positions in tests
for constraint system, it's always SPECIAL anyway
This commit is contained in:
@@ -3,7 +3,7 @@ VARIABLES T
|
||||
SUBTYPE Consumer<A> Consumer<T>
|
||||
|
||||
type parameter bounds:
|
||||
T <: A(SPECIAL)
|
||||
T <: A
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
|
||||
@@ -3,7 +3,7 @@ VARIABLES T
|
||||
SUBTYPE My<T> My<A>
|
||||
|
||||
type parameter bounds:
|
||||
T := A(SPECIAL)
|
||||
T := A
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
|
||||
@@ -3,7 +3,7 @@ VARIABLES T
|
||||
SUBTYPE Producer<A> Producer<T>
|
||||
|
||||
type parameter bounds:
|
||||
T >: A(SPECIAL)
|
||||
T >: A
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
|
||||
Reference in New Issue
Block a user