Join Lines: Fix test data since IDEA now converts single-line comments to block ones when joining lines
This commit is contained in:
committed by
Nikolay Krasko
parent
2a593fc437
commit
f1b3bb6ae7
@@ -1,5 +1,5 @@
|
||||
fun foo(n: Int) {
|
||||
// foo3
|
||||
<caret>val /* foo */ x: String = "" // foo2 // bar3
|
||||
val /* foo */ x: String = "" /* foo2*/ // bar3
|
||||
/* baz */
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
fun foo(n: Int) {
|
||||
// foo3
|
||||
<caret>val /* foo */ x: String = "" // foo2 // bar3
|
||||
val /* foo */ x: String = "" /* foo2*/ // bar3
|
||||
/* baz */
|
||||
}
|
||||
Reference in New Issue
Block a user