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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user