mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 19:29:30 +07:00
IDEA-136406 Complete current statement doesn't insert a method body for default methods, creates broken code
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public interface Foo {
|
||||
default void foo() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user