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
@@ -3,8 +3,8 @@ VARIABLES T P
SUBTYPE T Int
type parameter bounds:
T <: kotlin.Int(SPECIAL)
P <: kotlin.Int(COMPOUND_CONSTRAINT_POSITION(TYPE_BOUND_POSITION(1), SPECIAL)
T <: kotlin.Int
P <: kotlin.Int
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false