Files
kotlin-fork/compiler/testData/diagnostics/tests
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-10 14:39:16 +03:00
2017-01-19 09:53:17 +03:00
2017-05-15 11:24:35 +03:00
2017-11-29 02:54:26 +03:00
2017-05-15 11:24:35 +03:00
2017-05-15 11:24:35 +03:00
2017-01-16 17:25:13 +03:00
2016-05-16 15:38:13 +03:00