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
@@ -4,7 +4,7 @@ SUBTYPE T Int
SUPERTYPE T String
type parameter bounds:
T <: kotlin.Int, >: kotlin.String
T <: Int, >: String
status:
-hasCannotCaptureTypesError: false
@@ -4,7 +4,7 @@ SUBTYPE T Int
SUPERTYPE T Int
type parameter bounds:
T <: kotlin.Int, >: kotlin.Int
T <: Int, >: Int
status:
-hasCannotCaptureTypesError: false
@@ -17,4 +17,4 @@ status:
-isSuccessful: true
result:
T=kotlin.Int
T=Int
@@ -4,7 +4,7 @@ SUBTYPE T Int
SUBTYPE T String weak
type parameter bounds:
T <: kotlin.Int, <: kotlin.String
T <: Int, <: String
status:
-hasCannotCaptureTypesError: false