mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
25 lines
545 B
Plaintext
Vendored
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>>>
|