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