Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib
Mikhail Zarechenskiy fe0282809e [NI] Skip fake call for descriptor from object in builder-inference
This call have interesting rules for resolution, see
 `KtQualifiedExpression.elementChain` function and it's usages:
 resolution results for such call can be omitted and be replaced with
 some other information, while diagnostics will be reported from
 builder-inference.

 To mitigate this problem, we'll just skip this call from builder-inference
 as such calls can't have type parameters anyway

 #KT-32094 Fixed
2019-06-21 11:56:09 +03:00
..
2018-02-05 13:38:06 +01:00
2018-11-20 19:36:50 +03:00
2018-11-20 19:36:50 +03:00