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

24 lines
494 B
Plaintext
Vendored

VARIABLES T P
SUBTYPE Int T
SUBTYPE P My<My<Consumer<T>>>
type parameter bounds:
T >: Int
P <: My<My<Consumer<T>>>*, <: My<out My<out Consumer<Int>>>
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
-hasContradiction: true
-hasErrorInConstrainingTypes: false
-hasTypeConstructorMismatch: false
-hasTypeInferenceIncorporationError: true
-hasUnknownParameters: false
-hasViolatedUpperBound: false
-isSuccessful: false
result:
T=Int
P=My<out My<out Consumer<Int>>>