Files
kotlin-fork/compiler/testData/constraintSystem/severalVariables/simpleDependency.bounds
T
Svetlana Isakova db8085c399 Incorporation tests
2015-07-10 15:05:05 +03:00

23 lines
381 B
Plaintext
Vendored

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