1cfb7d8f57
after adding new error 'hasTypeParameterWithUnsatisfiedOnlyInputTypesError'
23 lines
443 B
Plaintext
Vendored
23 lines
443 B
Plaintext
Vendored
VARIABLES T
|
|
|
|
T <: Int
|
|
T >: Int
|
|
|
|
type parameter bounds:
|
|
T <: Int, >: Int
|
|
|
|
status:
|
|
-hasCannotCaptureTypesError: false
|
|
-hasConflictingConstraints: false
|
|
-hasContradiction: false
|
|
-hasErrorInConstrainingTypes: false
|
|
-hasParameterConstraintError: false
|
|
-hasTypeInferenceIncorporationError: false
|
|
-hasTypeParameterWithUnsatisfiedOnlyInputTypesError: false
|
|
-hasUnknownParameters: false
|
|
-hasViolatedUpperBound: false
|
|
-isSuccessful: true
|
|
|
|
result:
|
|
T=Int
|