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

21 lines
409 B
Plaintext

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