Files
kotlin-fork/compiler/testData/constraintSystem/variance/invariant.bounds
T
2015-07-10 15:05:04 +03:00

21 lines
373 B
Plaintext
Vendored

VARIABLES T
SUBTYPE My<T> My<A>
type parameter bounds:
T := A
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
-hasContradiction: false
-hasErrorInConstrainingTypes: false
-hasTypeConstructorMismatch: false
-hasTypeInferenceIncorporationError: false
-hasUnknownParameters: false
-hasViolatedUpperBound: false
-isSuccessful: true
result:
T=A