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 String
type parameter bounds:
T <: kotlin.Int, >: kotlin.String
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: true
@@ -5,6 +5,7 @@ SUPERTYPE T Int
type parameter bounds:
T <: kotlin.Int, >: kotlin.Int
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
@@ -4,6 +4,7 @@ SUBTYPE List<T> Int
type parameter bounds:
T
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
@@ -4,6 +4,7 @@ SUBTYPE Any Any
type parameter bounds:
T
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
@@ -5,6 +5,7 @@ SUBTYPE T String weak
type parameter bounds:
T <: kotlin.Int, <: kotlin.String
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: true