Files
kotlin-fork/compiler/testData/diagnostics/tests
Denis Zharkov d6fbb084b1 Use the same temporary trace for analyzing all candidate calls
Otherwise, when completing all the unsuccessfull candiates,
resolution of each lambda-arguments starts repeatedly for each candidate
that leads to exponential time

NB: Changes in `completeArguments` are necessary because otherwise
nested lambdas will be analyzed twice:
once for the main resolved call, and then for all candidates
that again leads to exponential complexity

 #KT-16672 Fixed
 #KT-19457 Fixed
2017-08-30 12:51:29 +03:00
..
2017-05-15 11:24:35 +03:00
2017-01-19 09:53:17 +03:00
2017-05-15 11:24:35 +03:00
2015-10-14 01:29:10 +03:00
2015-10-14 01:29:10 +03:00
2015-09-25 19:20:20 +03:00
2015-10-14 01:29:10 +03:00
2015-10-07 21:56:07 +03:00
2017-05-15 11:24:35 +03:00
2017-05-15 11:24:35 +03:00
2015-10-14 20:51:01 +03:00
2017-01-16 17:25:13 +03:00
2016-05-16 15:38:13 +03:00