Files
kotlin-fork/compiler/testData/constraintSystem/severalVariables/direct/invariant/varSubDepEq.bounds
T
2015-07-10 15:05:06 +03:00

24 lines
403 B
Plaintext
Vendored

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