Render short names in constraint system tests

This commit is contained in:
Svetlana Isakova
2015-05-11 12:57:54 +02:00
parent 8b9cdd1751
commit 0fdfb6b5db
14 changed files with 28 additions and 27 deletions
@@ -3,8 +3,8 @@ VARIABLES T P
SUBTYPE T Int
type parameter bounds:
T <: kotlin.Int
P <: kotlin.Int
T <: Int
P <: Int
status:
-hasCannotCaptureTypesError: false
@@ -17,6 +17,5 @@ status:
-isSuccessful: true
result:
T=kotlin.Int
P=kotlin.Int
T=Int
P=Int