mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
IDEA-137719 Complete current statement doesn't insert a method body for static methods in interfaces, creates broken code
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
public interface Foo {
|
||||
static void foo(<caret>)
|
||||
}
|
||||
Reference in New Issue
Block a user