Safe Delete: Move test classes and test data to refactoring directory
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
fun foo(n: Int, <caret>f: (Int) -> Unit) {
|
||||
println(n)
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
foo(10) { n -> println(n) }
|
||||
}
|
||||
Reference in New Issue
Block a user