Files
kotlin/compiler/testData/constraintSystem/severalVariables/recursive/mutuallyRecursive.bounds
2016-01-25 21:53:09 +03:00

25 lines
468 B
Plaintext
Vendored

VARIABLES T P
T := My<P>
P := Two<T,P>
type parameter bounds:
T := My<P>*
P := Two<T, P>*
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
-hasContradiction: false
-hasErrorInConstrainingTypes: false
-hasParameterConstraintError: false
-hasTypeInferenceIncorporationError: true
-hasTypeParameterWithUnsatisfiedOnlyInputTypesError: false
-hasUnknownParameters: true
-hasViolatedUpperBound: false
-isSuccessful: false
result:
T=???
P=???