Workaround package part hash codes in tests on JetPositionManager
This commit is contained in:
@@ -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\$.+
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user