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

23 lines
484 B
Plaintext
Vendored

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