Files
kotlin-fork/compiler/testData/constraintSystem/checkStatus/successful.bounds
T
Svetlana Isakova 918087f475 Don't render constraint positions in tests
for constraint system, it's always SPECIAL anyway
2015-07-10 15:05:02 +03:00

20 lines
372 B
Plaintext
Vendored

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