Files
kotlin-fork/compiler/testData/constraintSystem/severalVariables/other/nestedInvConsumer.bounds
T
Svetlana Isakova b162a65e85 Changed the way the constraints are written in tests
SUBTYPE T Int -> T <: Int
2015-07-13 21:57:59 +03:00

24 lines
485 B
Plaintext
Vendored

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