| 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=??? |