Files
kotlin-fork/compiler/testData/constraintSystem/severalVariables/nullable/invariant/varEqDepEq.bounds
T
2015-07-10 15:05:12 +03:00

24 lines
441 B
Plaintext
Vendored

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