Files
kotlin/compiler/testData/constraintSystem/severalVariables/recursive/mutuallyRecursive.bounds
Svetlana Isakova b162a65e85 Changed the way the constraints are written in tests
SUBTYPE T Int -> T <: Int
2015-07-13 21:57:59 +03:00

24 lines
408 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: true
-hasErrorInConstrainingTypes: false
-hasParameterConstraintError: false
-hasTypeInferenceIncorporationError: true
-hasUnknownParameters: true
-hasViolatedUpperBound: false
-isSuccessful: false
result:
T=???
P=???