mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
java 8: suggest to add method body for default methods in interface
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Add Method Body" "true"
|
||||
interface a {
|
||||
default String f() {
|
||||
<selection>return null;</selection>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
// "Add Method Body" "true"
|
||||
interface a {
|
||||
default <caret>String f();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user