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
+1 -1
View File
@@ -2,7 +2,7 @@ package test
fun foo(): String {
fun bar(): String {
return "" // test/TestPackage\$localFunction\$.+\$foo\$1
return "" // test/LocalFunction\$foo\$1
}
return bar()
}