mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
25 lines
468 B
Plaintext
Vendored
25 lines
468 B
Plaintext
Vendored
VARIABLES T P
|
|
|
|
T := My<P>
|
|
P := Two<T,P>
|
|
|
|
type parameter bounds:
|
|
T := My<P>*
|
|
P := Two<T, P>*
|
|
|
|
status:
|
|
-hasCannotCaptureTypesError: false
|
|
-hasConflictingConstraints: false
|
|
-hasContradiction: false
|
|
-hasErrorInConstrainingTypes: false
|
|
-hasParameterConstraintError: false
|
|
-hasTypeInferenceIncorporationError: true
|
|
-hasTypeParameterWithUnsatisfiedOnlyInputTypesError: false
|
|
-hasUnknownParameters: true
|
|
-hasViolatedUpperBound: false
|
|
-isSuccessful: false
|
|
|
|
result:
|
|
T=???
|
|
P=???
|