TrailingCommaPostFormatProcessor: fix comments position before comma
#KT-34744
This commit is contained in:
+10
-1
@@ -263,4 +263,13 @@ fun foo() {
|
||||
foofoo, fososos, testtest(testtest(foofoo)),
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
baz(
|
||||
f = fun(it: Int): String = "$it", /*dwdwd
|
||||
*/
|
||||
name = "", /*
|
||||
*/
|
||||
)
|
||||
}
|
||||
|
||||
+10
-1
@@ -337,4 +337,13 @@ fun foo() {
|
||||
foofoo, fososos, testtest(testtest(foofoo)),
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
baz(
|
||||
f = fun(it: Int): String = "$it", /*dwdwd
|
||||
*/
|
||||
name = "", /*
|
||||
*/
|
||||
)
|
||||
}
|
||||
|
||||
+10
-1
@@ -216,4 +216,13 @@ fun foo() {
|
||||
testtest(foofoo, fososos, testtest(testtest(foofoo))
|
||||
,)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
baz(
|
||||
f = fun(it: Int): String = "$it" /*dwdwd
|
||||
*/,
|
||||
name = "" /*
|
||||
*/,
|
||||
)
|
||||
}
|
||||
|
||||
+10
-1
@@ -263,4 +263,13 @@ fun foo() {
|
||||
foofoo, fososos, testtest(testtest(foofoo)),
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
baz(
|
||||
f = fun(it: Int): String = "$it", /*dwdwd
|
||||
*/
|
||||
name = "", /*
|
||||
*/
|
||||
)
|
||||
}
|
||||
|
||||
+10
-1
@@ -337,4 +337,13 @@ fun foo() {
|
||||
foofoo, fososos, testtest(testtest(foofoo)),
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
baz(
|
||||
f = fun(it: Int): String = "$it", /*dwdwd
|
||||
*/
|
||||
name = "", /*
|
||||
*/
|
||||
)
|
||||
}
|
||||
|
||||
+10
-1
@@ -216,4 +216,13 @@ fun foo() {
|
||||
testtest(foofoo, fososos, testtest(testtest(foofoo))
|
||||
,)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
baz(
|
||||
f = fun(it: Int): String = "$it" /*dwdwd
|
||||
*/,
|
||||
name = "" /*
|
||||
*/,
|
||||
)
|
||||
}
|
||||
|
||||
+9
@@ -356,4 +356,13 @@ fun foo() {
|
||||
testtest(testtest(foofoo)),
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
fun test() {
|
||||
baz(
|
||||
f = fun(it: Int): String = "$it", /*dwdwd
|
||||
*/
|
||||
name = "", /*
|
||||
*/
|
||||
)
|
||||
}
|
||||
+9
@@ -427,4 +427,13 @@ fun foo() {
|
||||
testtest(testtest(foofoo)),
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
fun test() {
|
||||
baz(
|
||||
f = fun(it: Int): String = "$it", /*dwdwd
|
||||
*/
|
||||
name = "", /*
|
||||
*/
|
||||
)
|
||||
}
|
||||
+10
-1
@@ -224,4 +224,13 @@ fun foo() {
|
||||
testtest(foofoo, fososos, testtest(testtest(foofoo))
|
||||
,)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
baz(
|
||||
f = fun(it: Int): String = "$it" /*dwdwd
|
||||
*/,
|
||||
name = "" /*
|
||||
*/,
|
||||
)
|
||||
}
|
||||
|
||||
+10
-1
@@ -263,4 +263,13 @@ fun foo() {
|
||||
foofoo, fososos, testtest(testtest(foofoo)),
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
baz(
|
||||
f = fun(it: Int): String = "$it", /*dwdwd
|
||||
*/
|
||||
name = "", /*
|
||||
*/
|
||||
)
|
||||
}
|
||||
|
||||
+10
-1
@@ -337,4 +337,13 @@ fun foo() {
|
||||
foofoo, fososos, testtest(testtest(foofoo)),
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
baz(
|
||||
f = fun(it: Int): String = "$it", /*dwdwd
|
||||
*/
|
||||
name = "", /*
|
||||
*/
|
||||
)
|
||||
}
|
||||
|
||||
+10
-1
@@ -216,4 +216,13 @@ fun foo() {
|
||||
testtest(foofoo, fososos, testtest(testtest(foofoo))
|
||||
,)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
baz(
|
||||
f = fun(it: Int): String = "$it" /*dwdwd
|
||||
*/,
|
||||
name = "" /*
|
||||
*/,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user