Files
kotlin-fork/idea/testData/inspectionsLocal/moveLambdaOutsideParentheses/hasComments.kt.after
T
Toshiaki Kameyama 17176c00ae Move lambda out: don't remove block comments
#KT-35357 Fixed
2020-09-24 12:05:43 +02:00

5 lines
80 B
Plaintext
Vendored

fun foo(f: () -> Unit) {}
fun test() {
foo /* c1 */ { /* c2 */ } /* c3 */
}