Cleanup deprecated symbol usages in testData
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@
|
||||
// PARAM_DESCRIPTOR: value-parameter val it: kotlin.collections.Map.Entry<(kotlin.Boolean..kotlin.Boolean?), (kotlin.Boolean..kotlin.Boolean?)> defined in test.<anonymous>
|
||||
// PARAM_TYPES: kotlin.collections.Map.Entry<(kotlin.Boolean..kotlin.Boolean?), (kotlin.Boolean..kotlin.Boolean?)>
|
||||
fun test() {
|
||||
J.getMap().filter { <selection>it.getKey()</selection> }
|
||||
J.getMap().filter { <selection>it.key</selection> }
|
||||
}
|
||||
+1
-1
@@ -6,4 +6,4 @@ fun test() {
|
||||
J.getMap().filter { b(it) }
|
||||
}
|
||||
|
||||
private fun b(it: Map.Entry<Boolean, Boolean>): Boolean? = it.getKey()
|
||||
private fun b(it: Map.Entry<Boolean, Boolean>): Boolean? = it.key
|
||||
Reference in New Issue
Block a user