fix code coverage test to match the new implementation logic
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
org/demo/coverage/Foo
|
||||
org/demo/coverage/Foo$bar$1
|
||||
org.demo.coverage.Foo
|
||||
org.demo.coverage.Foo$bar$1
|
||||
|
||||
@@ -2,6 +2,7 @@ package org.demo.coverage
|
||||
|
||||
public class Foo {
|
||||
public fun forEach(fn: (Any?) -> Unit): Unit {
|
||||
fn(1)
|
||||
}
|
||||
|
||||
public fun bar() {
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user