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