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

24 lines
407 B
Plaintext
Vendored

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