Render short names in constraint system tests
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user