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
|
||||
|
||||
@@ -4,7 +4,7 @@ SUPERTYPE T IntegerValueType(1000)
|
||||
SUBTYPE T Byte
|
||||
|
||||
type parameter bounds:
|
||||
T >: IntegerValueType(1000), <: kotlin.Byte
|
||||
T >: IntegerValueType(1000), <: Byte
|
||||
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
|
||||
@@ -17,4 +17,4 @@ status:
|
||||
-isSuccessful: true
|
||||
|
||||
result:
|
||||
T=kotlin.Long
|
||||
T=Long
|
||||
@@ -4,7 +4,7 @@ SUPERTYPE T IntegerValueType(1)
|
||||
SUBTYPE T Any
|
||||
|
||||
type parameter bounds:
|
||||
T >: IntegerValueType(1), <: kotlin.Any
|
||||
T >: IntegerValueType(1), <: Any
|
||||
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
@@ -17,4 +17,4 @@ status:
|
||||
-isSuccessful: true
|
||||
|
||||
result:
|
||||
T=kotlin.Int
|
||||
T=Int
|
||||
+2
-2
@@ -4,7 +4,7 @@ SUPERTYPE T IntegerValueType(1)
|
||||
SUPERTYPE T String
|
||||
|
||||
type parameter bounds:
|
||||
T >: IntegerValueType(1), >: kotlin.String
|
||||
T >: IntegerValueType(1), >: String
|
||||
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
@@ -17,4 +17,4 @@ status:
|
||||
-isSuccessful: true
|
||||
|
||||
result:
|
||||
T=kotlin.Comparable<out kotlin.Any?>
|
||||
T=Comparable<out Any?>
|
||||
@@ -17,4 +17,4 @@ status:
|
||||
-isSuccessful: true
|
||||
|
||||
result:
|
||||
T=kotlin.Int
|
||||
T=Int
|
||||
@@ -4,7 +4,7 @@ SUPERTYPE T IntegerValueType(1)
|
||||
SUBTYPE T Byte
|
||||
|
||||
type parameter bounds:
|
||||
T >: IntegerValueType(1), <: kotlin.Byte
|
||||
T >: IntegerValueType(1), <: Byte
|
||||
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
@@ -17,4 +17,4 @@ status:
|
||||
-isSuccessful: true
|
||||
|
||||
result:
|
||||
T=kotlin.Byte
|
||||
T=Byte
|
||||
@@ -16,4 +16,4 @@ status:
|
||||
-isSuccessful: true
|
||||
|
||||
result:
|
||||
T=kotlin.Int
|
||||
T=Int
|
||||
@@ -4,7 +4,7 @@ SUPERTYPE T IntegerValueType(1)
|
||||
SUBTYPE T Short
|
||||
|
||||
type parameter bounds:
|
||||
T >: IntegerValueType(1), <: kotlin.Short
|
||||
T >: IntegerValueType(1), <: Short
|
||||
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
@@ -17,4 +17,4 @@ status:
|
||||
-isSuccessful: true
|
||||
|
||||
result:
|
||||
T=kotlin.Short
|
||||
T=Short
|
||||
+4
-5
@@ -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
|
||||
Reference in New Issue
Block a user