Workaround package part hash codes in tests on JetPositionManager

This commit is contained in:
Alexander Udalov
2014-09-24 12:48:10 +04:00
parent b5832d2656
commit 49e5b950ce
20 changed files with 27 additions and 29 deletions
@@ -1,5 +1,5 @@
package test
fun foo() {
"" // test/TestPackage-a-
"" // test/TestPackage\$a\$.+
}
@@ -1,5 +1,5 @@
package test
fun bar() {
foo(); // test/TestPackage-b-
foo(); // test/TestPackage\$b\$.+
}