complete statement should add body to private interface methods (jdk9)

This commit is contained in:
peter
2015-03-23 18:54:03 +01:00
parent dad8c490de
commit 7e8644b3a2
4 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
public interface Foo {
private void foo(<caret>)
}