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

19 lines
346 B
Plaintext

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