Files
kotlin/compiler/testData/constraintSystem/severalVariables/interdependency/interdependency2.bounds
Svetlana Isakova 1cfb7d8f57 Changed constraint system tests
after adding new error 'hasTypeParameterWithUnsatisfiedOnlyInputTypesError'
2015-10-16 21:58:46 +03:00

29 lines
658 B
Plaintext
Vendored

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