mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
ensure add javadoc intention is available after identifier (IDEA-165956)
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user