fix testdata for muted test IntentionTestGenerated$ReplaceItWithExplicitFunctionLiteralParam.testApplicable_nestedFunctionWithIt
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
fun foo(a: (Int) -> Int): Int = a(1)
|
||||
val x = foo { it + foo { it -> <caret>it } }
|
||||
val x = foo { it + foo { it1 -> it1 } }
|
||||
Reference in New Issue
Block a user