fix code coverage test to match the new implementation logic

This commit is contained in:
Dmitry Jemerov
2015-01-14 12:12:27 +01:00
parent cb76c2a971
commit cc1a628110
6 changed files with 87 additions and 76 deletions
@@ -2,6 +2,7 @@ package org.demo.coverage
public class Foo {
public fun forEach(fn: (Any?) -> Unit): Unit {
fn(1)
}
public fun bar() {