Files
kotlin-fork/compiler/testData/constraintSystem/severalVariables/recursive/simpleRecursive.bounds
T
Svetlana Isakova db8085c399 Incorporation tests
2015-07-10 15:05:05 +03:00

22 lines
393 B
Plaintext
Vendored

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