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
@@ -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