Files
kotlin-fork/compiler/testData/constraintSystem/checkStatus/violatedUpperBound.bounds
T
2014-12-12 23:08:27 +03:00

20 lines
405 B
Plaintext
Vendored

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