Files
kotlin-fork/compiler/testData/constraintSystem/checkStatus/conflictingConstraints.bounds
T
2014-03-02 19:55:26 +04:00

19 lines
353 B
Plaintext

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