TODO: restore tests: files with same names
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user