Files
kotlin/compiler/testData/constraintSystem/severalVariables/other/nestedInvConsumer.bounds
2016-01-25 21:53:09 +03:00

25 lines
545 B
Plaintext
Vendored

VARIABLES T P
Int <: T
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: false
-hasErrorInConstrainingTypes: false
-hasParameterConstraintError: false
-hasTypeInferenceIncorporationError: true
-hasTypeParameterWithUnsatisfiedOnlyInputTypesError: false
-hasUnknownParameters: false
-hasViolatedUpperBound: false
-isSuccessful: false
result:
T=Int
P=My<out My<out Consumer<Int>>>