Files
kotlin-fork/compiler/testData/constraintSystem/severalVariables/nullable/invariant/varSubDepEq.bounds
T
2016-01-25 21:53:09 +03:00

25 lines
458 B
Plaintext
Vendored

VARIABLES T P
T <: Int
P := My<T?>
type parameter bounds:
T <: Int
P := My<T?>*
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
-hasContradiction: false
-hasErrorInConstrainingTypes: false
-hasParameterConstraintError: false
-hasTypeInferenceIncorporationError: true
-hasTypeParameterWithUnsatisfiedOnlyInputTypesError: false
-hasUnknownParameters: true
-hasViolatedUpperBound: false
-isSuccessful: false
result:
T=Int
P=???