Capture types only on the top level
This commit is contained in:
@@ -6,6 +6,7 @@ SUPERTYPE T String
|
||||
type parameter bounds:
|
||||
T <: kotlin.Int(SPECIAL), >: kotlin.String(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: true
|
||||
-hasContradiction: true
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -6,6 +6,7 @@ SUPERTYPE T Int
|
||||
type parameter bounds:
|
||||
T <: kotlin.Int(SPECIAL), >: kotlin.Int(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -5,6 +5,7 @@ SUBTYPE List<T> Int
|
||||
type parameter bounds:
|
||||
T
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: true
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -5,6 +5,7 @@ SUBTYPE Any Any
|
||||
type parameter bounds:
|
||||
T
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -6,6 +6,7 @@ SUBTYPE T String weak
|
||||
type parameter bounds:
|
||||
T <: kotlin.Int(SPECIAL), <: kotlin.String(TYPE_BOUND_POSITION(0))
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: true
|
||||
-hasContradiction: true
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -6,6 +6,7 @@ SUPERTYPE T A
|
||||
type parameter bounds:
|
||||
T <: B(SPECIAL), >: A(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: true
|
||||
-hasContradiction: true
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -6,6 +6,7 @@ SUBTYPE T B
|
||||
type parameter bounds:
|
||||
T <: A(SPECIAL), <: B(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -6,6 +6,7 @@ SUPERTYPE T C
|
||||
type parameter bounds:
|
||||
T <: A(SPECIAL), >: C(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -7,6 +7,7 @@ SUPERTYPE T C
|
||||
type parameter bounds:
|
||||
T <: A(SPECIAL), >: B(SPECIAL), >: C(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -6,6 +6,7 @@ SUBTYPE T Byte
|
||||
type parameter bounds:
|
||||
T >: IntegerValueType(1000)(SPECIAL), <: kotlin.Byte(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: true
|
||||
-hasContradiction: true
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -6,6 +6,7 @@ SUPERTYPE T IntegerValueType(10000000000)
|
||||
type parameter bounds:
|
||||
T >: IntegerValueType(1)(SPECIAL), >: IntegerValueType(10000000000)(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -6,6 +6,7 @@ SUBTYPE T Any
|
||||
type parameter bounds:
|
||||
T >: IntegerValueType(1)(SPECIAL), <: kotlin.Any(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -6,6 +6,7 @@ SUPERTYPE T String
|
||||
type parameter bounds:
|
||||
T >: IntegerValueType(1)(SPECIAL), >: kotlin.String(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -6,6 +6,7 @@ SUPERTYPE T IntegerValueType(1000)
|
||||
type parameter bounds:
|
||||
T >: IntegerValueType(1)(SPECIAL), >: IntegerValueType(1000)(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -6,6 +6,7 @@ SUBTYPE T Byte
|
||||
type parameter bounds:
|
||||
T >: IntegerValueType(1)(SPECIAL), <: kotlin.Byte(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -5,6 +5,7 @@ SUPERTYPE T IntegerValueType(1)
|
||||
type parameter bounds:
|
||||
T >: IntegerValueType(1)(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -6,6 +6,7 @@ SUBTYPE T Short
|
||||
type parameter bounds:
|
||||
T >: IntegerValueType(1)(SPECIAL), <: kotlin.Short(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -6,6 +6,7 @@ type parameter bounds:
|
||||
T <: kotlin.Int(SPECIAL)
|
||||
P <: ???(TYPE_BOUND_POSITION(1)), <: kotlin.Int(COMPOUND_CONSTRAINT_POSITION(TYPE_BOUND_POSITION(1), SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -5,6 +5,7 @@ SUBTYPE Consumer<A> Consumer<T>
|
||||
type parameter bounds:
|
||||
T <: A(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -5,6 +5,7 @@ SUBTYPE My<T> My<A>
|
||||
type parameter bounds:
|
||||
T := A(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
@@ -5,6 +5,7 @@ SUBTYPE Producer<A> Producer<T>
|
||||
type parameter bounds:
|
||||
T >: A(SPECIAL)
|
||||
status:
|
||||
-hasCannotCaptureTypesError: false
|
||||
-hasConflictingConstraints: false
|
||||
-hasContradiction: false
|
||||
-hasErrorInConstrainingTypes: false
|
||||
|
||||
Reference in New Issue
Block a user