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

20 lines
388 B
Plaintext
Vendored

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