Files
kotlin-fork/compiler/testData/constraintSystem/checkStatus/violatedUpperBound.bounds
T
Svetlana Isakova 5717148bd4 Changed test data
Added an extra blank line to rendered constraint system
2015-07-10 15:05:02 +03:00

21 lines
373 B
Plaintext
Vendored

VARIABLES T
SUBTYPE T Int
SUBTYPE T String weak
type parameter bounds:
T <: kotlin.Int, <: kotlin.String
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: true
-hasContradiction: true
-hasErrorInConstrainingTypes: false
-hasTypeConstructorMismatch: false
-hasUnknownParameters: false
-hasViolatedUpperBound: true
-isSuccessful: false
result:
T=???