Changed test data
Added an extra blank line to rendered constraint system
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user