mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
by inserting a new function in the containing host file, not inside the fragment itself. Also I fixed issues with keeping hard references to PSI elements and usage of deprecated TemplateBuilder's API.
3 lines
133 B
Python
3 lines
133 B
Python
class C:
|
|
def method(self):
|
|
print(f'{<warning descr="Unresolved reference 'my_function'">my_<caret>function</warning>()}') |