TrailingCommaPostFormatProcessor: fix comments position before comma

#KT-34744
This commit is contained in:
Dmitry Gridin
2020-01-15 20:10:33 +07:00
parent 5a922e5cff
commit c5c035b67c
13 changed files with 129 additions and 31 deletions
@@ -263,4 +263,13 @@ fun foo() {
foofoo, fososos, testtest(testtest(foofoo)),
)
}
}
fun test() {
baz(
f = fun(it: Int): String = "$it", /*dwdwd
*/
name = "", /*
*/
)
}
@@ -337,4 +337,13 @@ fun foo() {
foofoo, fososos, testtest(testtest(foofoo)),
)
}
}
fun test() {
baz(
f = fun(it: Int): String = "$it", /*dwdwd
*/
name = "", /*
*/
)
}
@@ -216,4 +216,13 @@ fun foo() {
testtest(foofoo, fososos, testtest(testtest(foofoo))
,)
}
}
fun test() {
baz(
f = fun(it: Int): String = "$it" /*dwdwd
*/,
name = "" /*
*/,
)
}
@@ -263,4 +263,13 @@ fun foo() {
foofoo, fososos, testtest(testtest(foofoo)),
)
}
}
fun test() {
baz(
f = fun(it: Int): String = "$it", /*dwdwd
*/
name = "", /*
*/
)
}
@@ -337,4 +337,13 @@ fun foo() {
foofoo, fososos, testtest(testtest(foofoo)),
)
}
}
fun test() {
baz(
f = fun(it: Int): String = "$it", /*dwdwd
*/
name = "", /*
*/
)
}
@@ -216,4 +216,13 @@ fun foo() {
testtest(foofoo, fososos, testtest(testtest(foofoo))
,)
}
}
fun test() {
baz(
f = fun(it: Int): String = "$it" /*dwdwd
*/,
name = "" /*
*/,
)
}
@@ -356,4 +356,13 @@ fun foo() {
testtest(testtest(foofoo)),
)
}
fun test() {
baz(
f = fun(it: Int): String = "$it", /*dwdwd
*/
name = "", /*
*/
)
}
@@ -427,4 +427,13 @@ fun foo() {
testtest(testtest(foofoo)),
)
}
fun test() {
baz(
f = fun(it: Int): String = "$it", /*dwdwd
*/
name = "", /*
*/
)
}
@@ -224,4 +224,13 @@ fun foo() {
testtest(foofoo, fososos, testtest(testtest(foofoo))
,)
}
}
fun test() {
baz(
f = fun(it: Int): String = "$it" /*dwdwd
*/,
name = "" /*
*/,
)
}
@@ -263,4 +263,13 @@ fun foo() {
foofoo, fososos, testtest(testtest(foofoo)),
)
}
}
fun test() {
baz(
f = fun(it: Int): String = "$it", /*dwdwd
*/
name = "", /*
*/
)
}
@@ -337,4 +337,13 @@ fun foo() {
foofoo, fososos, testtest(testtest(foofoo)),
)
}
}
fun test() {
baz(
f = fun(it: Int): String = "$it", /*dwdwd
*/
name = "", /*
*/
)
}
@@ -216,4 +216,13 @@ fun foo() {
testtest(foofoo, fososos, testtest(testtest(foofoo))
,)
}
}
fun test() {
baz(
f = fun(it: Int): String = "$it" /*dwdwd
*/,
name = "" /*
*/,
)
}