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,7 +1,7 @@
class A {
fun foo() {
{
"" // A$foo$1
"" // A\$foo\$1
}()
}
}