Files
kotlin-fork/compiler/testData/constraintSystem/severalVariables/recursive/mutuallyRecursive.bounds
T
2015-07-10 15:05:06 +03:00

24 lines
413 B
Plaintext
Vendored

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