Fixed WordSelectionTest.testDocComment test data

This commit is contained in:
Igor Yakovlev
2020-04-06 17:30:46 +03:00
parent 1ab23abe93
commit 8531c1e9a5
2 changed files with 12 additions and 3 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
package p
/*<selection>*
<selection>/**
* Doc comment <caret>here
</selection>*/
fun foo() {
*/
</selection>fun foo() {
}
fun bar(){}
+9
View File
@@ -0,0 +1,9 @@
<selection>package p
/**
* Doc comment <caret>here
*/
fun foo() {
}
fun bar(){}</selection>