mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
28 lines
593 B
Plaintext
Vendored
28 lines
593 B
Plaintext
Vendored
VARIABLES T P E
|
|
|
|
T <: Producer<P>
|
|
P <: Producer<E>
|
|
E <: Producer<P>
|
|
|
|
type parameter bounds:
|
|
T <: Producer<P>*, <: Producer<Producer<E>>*, <: Producer<Producer<Producer<P>>>*
|
|
P <: Producer<E>*
|
|
E <: Producer<P>*
|
|
|
|
status:
|
|
-hasCannotCaptureTypesError: false
|
|
-hasConflictingConstraints: false
|
|
-hasContradiction: false
|
|
-hasErrorInConstrainingTypes: false
|
|
-hasParameterConstraintError: false
|
|
-hasTypeInferenceIncorporationError: false
|
|
-hasTypeParameterWithUnsatisfiedOnlyInputTypesError: false
|
|
-hasUnknownParameters: true
|
|
-hasViolatedUpperBound: false
|
|
-isSuccessful: false
|
|
|
|
result:
|
|
T=???
|
|
P=???
|
|
E=???
|