Dorian Scheidt 39d17efde7 feat: Generate static method using Self::assoc() syntax
This change improves the `generate_function` assist to support generating static methods/associated functions using the `Self::assoc()` syntax. Previously, one could generate a static method, but only when specifying the type name directly (like `Foo::assoc()`). After this change, `Self` is supported as well as the type name.

Fixes #13012
2022-08-16 15:37:24 -05:00
..
2022-08-15 13:51:45 +02:00
2022-08-15 16:40:10 +02:00
2022-08-16 01:24:21 +09:00
2022-08-01 13:47:09 +02:00
2022-07-31 19:27:20 +02:00
2022-08-10 16:28:56 +08:00
2022-08-06 17:25:02 +03:00