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

20 lines
360 B
Plaintext

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