Files
kotlin-fork/compiler/testData/constraintSystem/severalVariables/simpleDependency.bounds
T
2015-07-10 15:05:02 +03:00

21 lines
344 B
Plaintext
Vendored

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