Files
kotlin-fork/compiler/testData/constraintSystem/checkStatus/successful.bounds
T
2015-07-10 15:05:04 +03:00

22 lines
395 B
Plaintext
Vendored

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