Merge pull request #546 from JetBrains/rr/coverage-test-fix

fix code coverage test to match the new implementation logic
This commit is contained in:
Dmitry Jemerov
2015-01-14 17:15:34 +01:00
5 changed files with 114 additions and 76 deletions
@@ -0,0 +1,2 @@
org/demo/coverage/Foo.class
org/demo/coverage/Foo$bar$1.class
@@ -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() {