21 lines
409 B
Plaintext
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
|
|
|