Files
kotlin-fork/compiler/testData/constraintSystem/checkStatus/violatedUpperBound.bounds
T
2015-07-10 15:05:04 +03:00

22 lines
402 B
Plaintext
Vendored

VARIABLES T
SUBTYPE T Int
SUBTYPE T String weak
type parameter bounds:
T <: Int, <: String
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: true
-hasContradiction: true
-hasErrorInConstrainingTypes: false
-hasTypeConstructorMismatch: false
-hasTypeInferenceIncorporationError: false
-hasUnknownParameters: false
-hasViolatedUpperBound: true
-isSuccessful: false
result:
T=???