Files
kotlin-fork/compiler/testData/constraintSystem/severalVariables/recursive/kt8879.constraints
T
Svetlana Isakova 4f28a0a9a1 KT-8879 Stackoverflow exception on completion from inference
#KT-8879 Fixed
Added ConstraintContext storing 'derivedFrom' variables.
This information is used to prevent infinite recursion:
if a variable was substituted in a type of a bound, it shouldn't be substituted there for the second time.
2015-09-07 17:05:39 +03:00

5 lines
43 B
Plaintext
Vendored

VARIABLES T P
T <: My<T>
Inv<P> <: Inv<T>