mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
IDEA-75043 Surround with template: correct processing in case of blank line after after the statement
Test data is corrected;
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
public static void main(String[] args) {
|
||||
<selection>args</selection>
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
public static void main(String[] args) {
|
||||
<selection>args</selection>
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
public static void main(String[] args) {
|
||||
(() args)<caret>
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
public static void main(String[] args) {
|
||||
((var) args)<caret>
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user