Don't render constraint positions in tests

for constraint system, it's always SPECIAL anyway
This commit is contained in:
Svetlana Isakova
2015-05-09 11:37:30 +02:00
parent f7dc59e2d6
commit 918087f475
21 changed files with 30 additions and 27 deletions
@@ -4,7 +4,7 @@ SUBTYPE T Int
SUPERTYPE T String
type parameter bounds:
T <: kotlin.Int(SPECIAL), >: kotlin.String(SPECIAL)
T <: kotlin.Int, >: kotlin.String
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: true
@@ -4,7 +4,7 @@ SUBTYPE T Int
SUPERTYPE T Int
type parameter bounds:
T <: kotlin.Int(SPECIAL), >: kotlin.Int(SPECIAL)
T <: kotlin.Int, >: kotlin.Int
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
@@ -4,7 +4,7 @@ SUBTYPE T Int
SUBTYPE T String weak
type parameter bounds:
T <: kotlin.Int(SPECIAL), <: kotlin.String(TYPE_BOUND_POSITION(0))
T <: kotlin.Int, <: kotlin.String
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: true