ensure add javadoc intention is available after identifier (IDEA-165956)

This commit is contained in:
Anna.Kozlova
2016-12-28 13:55:27 +01:00
parent f6364fbc68
commit 88b453aad4
2 changed files with 7 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
// "Add Javadoc" "true"
class A {
public int f<caret>oo(final String s) throws Exception {
public int foo<caret>(final String s) throws Exception {
}
}