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 @@
trait A {
fun foo() {
"" // A$$TImpl
"" // A\$\$TImpl
}
}