Changed test data
Added an extra blank line to rendered constraint system
This commit is contained in:
@@ -4,6 +4,7 @@ SUBTYPE Consumer<A> Consumer<T>
|
||||
|
||||
type parameter bounds:
|
||||
T <: A
|
||||
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
|
||||
@@ -4,6 +4,7 @@ SUBTYPE My<T> My<A>
|
||||
|
||||
type parameter bounds:
|
||||
T := A
|
||||
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
|
||||
@@ -4,6 +4,7 @@ SUBTYPE Producer<A> Producer<T>
|
||||
|
||||
type parameter bounds:
|
||||
T >: A
|
||||
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
|
||||
Reference in New Issue
Block a user