Simplify for intention: now is not active if map / data class properties aren't used in a loop #KT-11716 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
|
||||
data class XY(val x: String, val y: String)
|
||||
fun test(xys: Array<XY>) {
|
||||
for (<caret>xy in xys) {}
|
||||
}
|
||||
Reference in New Issue
Block a user