Files
kotlin/compiler/testData/constraintSystem/severalVariables/interdependency/interdependency2.constraints
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

7 lines
69 B
Plaintext
Vendored

VARIABLES T P E
FIX_VARIABLES
P <: My<T>
Int <: T
Successor<E> <: P