Files
kotlin/compiler/testData/constraintSystem/severalVariables/recursive/implicitlyRecursive.bounds
Svetlana Isakova 1cfb7d8f57 Changed constraint system tests
after adding new error 'hasTypeParameterWithUnsatisfiedOnlyInputTypesError'
2015-10-16 21:58:46 +03:00

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