Files
kotlin-fork/compiler/testData/constraintSystem/severalVariables/reversed/invariant/varSubDepSub.constraints
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

5 lines
35 B
Plaintext
Vendored

VARIABLES T P
P <: My<T>
T <: Int