Files
kotlin-fork/compiler/testData/constraintSystem/checkStatus/successful.bounds
T
2014-12-12 23:08:27 +03:00

20 lines
390 B
Plaintext

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