Fix testdata after ebe3619251
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
// ACTION: Specify explicit lambda signature
|
||||
// ACTION: Specify type explicitly
|
||||
// ACTION: Convert to anonymous function
|
||||
// ACTION: Convert to multi-line lambda
|
||||
// RUNTIME_WITH_FULL_JDK
|
||||
|
||||
fun main() {
|
||||
|
||||
+1
@@ -3,6 +3,7 @@
|
||||
// ACTION: Rename to _
|
||||
// ACTION: Convert to also
|
||||
// ACTION: Convert to apply
|
||||
// ACTION: Convert to multi-line lambda
|
||||
fun test() {
|
||||
val f = { <caret>i: Int -> foo() }
|
||||
bar(f)
|
||||
|
||||
Reference in New Issue
Block a user