Changed test data

Added an extra blank line to rendered constraint system
This commit is contained in:
Svetlana Isakova
2015-05-09 12:18:16 +02:00
parent 918087f475
commit 5717148bd4
22 changed files with 22 additions and 1 deletions
@@ -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
@@ -5,6 +5,7 @@ SUPERTYPE T C
type parameter bounds:
T <: A, >: C
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
@@ -6,6 +6,7 @@ SUPERTYPE T C
type parameter bounds:
T <: A, >: B, >: C
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false