bors[bot] 5dd8f8e26f
Merge #2810
2810: Improves reference search by StructLiteral r=mikhail-m1 a=mikhail-m1

Hey, I've made some changes to improve search for struct literals, now it works for `struct Foo<|> {`, `struct Foo <|>{`, `struct Foo<|>(`. Unfortunately tuple creation is represented as a call expression, so for tuples it works only is search is started in a tuple declaration.  It leads to incorrect classification of function calls during search phase, but from user perspective it's not visible and works as expected. May be it worth to add a comment or rename it to remove this misleading classification. Issue #2549.

Co-authored-by: Mikhail Modin <mikhailm1@gmail.com>
2020-01-27 21:58:35 +00:00
..
2020-01-27 14:42:45 +02:00
2020-01-27 14:42:45 +02:00
2020-01-26 10:46:45 -05:00
2020-01-27 21:52:35 +01:00
2020-01-25 11:59:11 +01:00
2020-01-10 22:41:52 +01:00
2020-01-22 13:02:21 +02:00