Fix SimplifiableCallChain inspection quick fix removes comments for intermediate operations
This commit is contained in:
committed by
Mikhail Glukhikh
parent
8728bc0820
commit
db4144426a
+2
@@ -0,0 +1,2 @@
|
||||
// WITH_RUNTIME
|
||||
val v1 = listOf(1, 2, 3, 11, 33, 25, 100).any { it % 2 == 0 } // Some Comment
|
||||
Reference in New Issue
Block a user