TODO: restore tests: files with same names

This commit is contained in:
Michael Bogdanov
2015-06-26 13:24:05 +03:00
parent 48c5e3d218
commit 905e74f870
15 changed files with 24 additions and 24 deletions
@@ -1,5 +1,5 @@
package test
fun foo() {
"" // test/A.+
"" // test/A
}
@@ -1,5 +1,5 @@
package test
fun bar() {
foo(); // test/B.+
foo(); // test/B
}