Don't render constraint positions in tests
for constraint system, it's always SPECIAL anyway
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ SUBTYPE T Int
|
||||
SUPERTYPE T String
|
||||
|
||||
type parameter bounds:
|
||||
T <: kotlin.Int(SPECIAL), >: kotlin.String(SPECIAL)
|
||||
T <: kotlin.Int, >: kotlin.String
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: true
|
||||
|
||||
@@ -4,7 +4,7 @@ SUBTYPE T Int
|
||||
SUPERTYPE T Int
|
||||
|
||||
type parameter bounds:
|
||||
T <: kotlin.Int(SPECIAL), >: kotlin.Int(SPECIAL)
|
||||
T <: kotlin.Int, >: kotlin.Int
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
|
||||
@@ -4,7 +4,7 @@ SUBTYPE T Int
|
||||
SUBTYPE T String weak
|
||||
|
||||
type parameter bounds:
|
||||
T <: kotlin.Int(SPECIAL), <: kotlin.String(TYPE_BOUND_POSITION(0))
|
||||
T <: kotlin.Int, <: kotlin.String
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: true
|
||||
|
||||
Reference in New Issue
Block a user