mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +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,3 @@
|
||||
public interface Foo {
|
||||
default void foo(<caret>)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
public interface Foo {
|
||||
default void foo() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user