Debug tests patched

This commit is contained in:
Michael Bogdanov
2015-06-26 12:46:41 +03:00
parent 8e8ff860d6
commit 48c5e3d218
44 changed files with 67 additions and 67 deletions
@@ -2,6 +2,6 @@ package insertInBlock
fun foo() {
val lambda = {
val a = 1 // insertInBlock/InsertInBlockPackage\$anonymousNamedFunction\$.+\$foo\$lambda\$1
val a = 1 // insertInBlock/AnonymousNamedFunction\$foo\$lambda\$1
}()
}