mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
generate by template: do not delete parts of method signature (IDEA-157445)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
@NotNull
|
||||
public String toString() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
class Test {
|
||||
/**
|
||||
* my comment
|
||||
*/
|
||||
public String toString() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
class Test {
|
||||
<caret>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
class Test {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user