Fix debugger testdata after bd5b8d3
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
fun foo() {
|
fun foo() {
|
||||||
"" // test/namespace$src$a
|
"" // test/namespace$src$a$
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
fun bar() {
|
fun bar() {
|
||||||
foo(); // test/namespace$src$b
|
foo(); // test/namespace$src$b$
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user