Rename test
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package org.demo.coverage
|
||||
|
||||
public class Foo {
|
||||
public fun forEach(fn: (Any?) -> Unit): Unit {
|
||||
}
|
||||
|
||||
public fun bar() {
|
||||
forEach {
|
||||
println("foo")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user