Changed test data
Added an extra blank line to rendered constraint system
This commit is contained in:
@@ -5,6 +5,7 @@ SUPERTYPE T A
|
||||
|
||||
type parameter bounds:
|
||||
T <: B, >: A
|
||||
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: true
|
||||
|
||||
@@ -5,6 +5,7 @@ SUBTYPE T B
|
||||
|
||||
type parameter bounds:
|
||||
T <: A, <: B
|
||||
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ SUPERTYPE T C
|
||||
|
||||
type parameter bounds:
|
||||
T <: A, >: C
|
||||
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ SUPERTYPE T C
|
||||
|
||||
type parameter bounds:
|
||||
T <: A, >: B, >: C
|
||||
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
|
||||
Reference in New Issue
Block a user