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:
Denis.Zhdanov
2011-10-04 12:41:32 +04:00
parent 2230adbe5c
commit 697c1893b3
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
class Test {
public static void main(String[] args) {
<selection>args</selection>
}
}

View File

@@ -1,6 +1,6 @@
class Test {
public static void main(String[] args) {
<selection>args</selection>
}
}

View File

@@ -1,6 +1,6 @@
class Test {
public static void main(String[] args) {
(() args)<caret>
}
}

View File

@@ -1,6 +1,6 @@
class Test {
public static void main(String[] args) {
((var) args)<caret>
}
}