multifile debugger tests

This commit is contained in:
Alexander Udalov
2012-08-17 20:54:11 +04:00
parent 354b61d9b5
commit 69b403783b
6 changed files with 128 additions and 32 deletions
@@ -0,0 +1,5 @@
package test
fun foo() {
"" // test/namespace$src$a
}
@@ -0,0 +1,5 @@
package test
fun bar() {
foo(); // test/namespace$src$b
}