Workaround package part hash codes in tests on JetPositionManager
This commit is contained in:
@@ -2,7 +2,7 @@ class A {
|
||||
fun foo() {
|
||||
val a = {
|
||||
fun innerFoo() {
|
||||
val b = {} // A$foo$a$1$1
|
||||
val b = {} // A\$foo\$a\$1\$1
|
||||
}
|
||||
innerFoo()
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user