Files
kotlin-fork/compiler/testData/constraintSystem/checkStatus/violatedUpperBound.bounds
T
2014-02-12 12:48:15 +04:00

19 lines
364 B
Plaintext

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