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
|
||||
|
||||
Reference in New Issue
Block a user