Files
kotlin-fork/compiler
Mikhail Zarechenskiy 61bd3a8d03 [NI] Complete call if return type has proper lower or equal constraints
There was a silly bug: equal constraint is actually a lower and an upper
 constraint, but we checked only presence of lower constraints.

 Test is important as here we have one equal constraint and should
 complete inner call `foo<Int>()` without propagating it to `bar` to
 avoid using `NoInfer` annotation multiple times
2019-05-08 12:19:50 +03:00
..
2019-04-23 20:09:22 +03:00
2019-04-23 20:09:22 +03:00
2019-04-23 20:09:22 +03:00
2019-04-25 19:47:39 +07:00
2019-04-23 20:09:22 +03:00
2019-04-25 19:47:39 +07:00
2019-04-23 20:09:22 +03:00
2019-04-25 19:47:39 +07:00
2019-04-18 13:24:58 +02:00
2019-04-23 21:56:05 +03:00
2019-04-22 21:52:19 +03:00