Files
kotlin-fork/compiler/testData/constraintSystem/checkStatus/successful.bounds
T
2014-03-02 19:55:26 +04:00

19 lines
355 B
Plaintext

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