Nikolay Lunyak
fe783d7121
[FIR] Require equivalent candidates to have the same parameters order
...
NB: In general, it's unclear what to do in cases
like the following one, even when sometimes
we could, indeed, prefer something:
```
fun foo(a: Int, b: String, c: Boolean)
fun foo(b: String, c: Boolean, a: Int)
foo(c = false, b = "", a = 0)
```
^KT-55933 Fixed
2023-07-10 09:43:22 +00:00
..
2023-05-15 08:32:37 +00:00
2023-06-19 16:24:57 +00:00
2023-04-24 09:36:43 +03:00
2023-06-23 12:34:23 +00:00
2023-07-07 17:42:00 +00:00
2023-06-23 12:34:23 +00:00
2023-05-31 14:38:38 +00:00
2023-05-19 13:24:00 +00:00
2023-04-21 13:19:04 +00:00
2023-04-24 14:54:45 +00:00
2023-07-10 09:43:22 +00:00
2023-06-30 13:43:31 +00:00
2023-06-22 14:14:39 +00:00
2023-07-04 16:00:45 +00:00
2023-07-07 11:09:16 +00:00
2023-06-22 17:10:50 +02:00
2023-06-22 12:25:24 +00:00
2023-07-07 20:45:51 +00:00
2023-04-21 13:19:04 +00:00
2023-06-23 16:19:06 +02:00
2023-07-05 16:55:38 +00:00
2023-06-22 07:05:31 +00:00
2023-07-05 08:25:43 +00:00
2023-07-03 07:55:36 +00:00
2023-04-21 23:40:40 +02:00
2023-06-25 10:18:50 +02:00
2023-06-19 07:40:16 +00:00
2023-07-10 09:43:22 +00:00
2023-07-06 08:08:56 +00:00
2023-07-06 08:08:55 +00:00
2023-07-10 09:43:22 +00:00
2023-07-07 11:26:15 +00:00
2023-07-05 19:46:03 +00:00
2023-07-06 12:39:46 +00:00
2023-06-26 15:42:21 +00:00
2023-07-10 09:28:54 +00:00
2023-07-06 17:49:15 +00:00
2023-05-12 12:59:39 +00:00
2023-06-17 01:00:04 +00:00
2023-07-10 08:59:16 +00:00
2023-06-20 16:11:31 +00:00
2023-05-04 11:35:08 +00:00