Files
kotlin-fork/compiler
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
..
2019-06-14 18:40:59 +03:00
2019-04-23 20:09:22 +03:00
2019-04-25 19:47:39 +07:00
2019-05-17 15:51:52 +03:00