Files
kotlin-fork/compiler/testData/constraintSystem/severalVariables/nullable/covariant/varSuperDepSub.bounds
T
2015-07-10 15:05:09 +03:00

24 lines
423 B
Plaintext
Vendored

VARIABLES T P
SUPERTYPE T Int
SUBTYPE P Producer<T?>
type parameter bounds:
T >: Int
P <: Producer<T?>*
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
-hasContradiction: false
-hasErrorInConstrainingTypes: false
-hasTypeConstructorMismatch: false
-hasTypeInferenceIncorporationError: false
-hasUnknownParameters: true
-hasViolatedUpperBound: false
-isSuccessful: false
result:
T=Int
P=???