Files
kotlin/compiler/testData/constraintSystem/severalVariables/recursive/simpleRecursive.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

22 lines
399 B
Plaintext
Vendored

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