Files
kotlin-fork/compiler/testData/constraintSystem/severalVariables/simpleDependency.bounds
T
Svetlana Isakova 9832676701 generate constraint system tests
more tests added
2014-02-12 12:48:13 +04:00

21 lines
397 B
Plaintext

VARIABLES T P
SUBTYPE T Int
type parameter bounds:
T <: jet.Int(SPECIAL)
P <: ???(TYPE_BOUND_POSITION(1)), <: jet.Int(COMPOUND_CONSTRAINT_POSITION)
status:
-hasConflictingConstraints: false
-hasContradiction: false
-hasErrorInConstrainingTypes: false
-hasTypeConstructorMismatch: false
-hasUnknownParameters: false
-hasViolatedUpperBound: false
-isSuccessful: true
result:
T=jet.Int
P=jet.Int