SimplifyCallChainFix: Keep comments in place #KT-22552 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
9bc874f647
commit
1d2e18e263
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test() {
|
||||
<caret>listOf(
|
||||
true, // comment1
|
||||
null // comment2
|
||||
).filterNotNull().first()
|
||||
}
|
||||
Reference in New Issue
Block a user