TODO: restore tests: files with same names
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
package test
|
||||
|
||||
fun foo() {
|
||||
"" // test/TestPackage\$a\$.+
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
fun foo() {
|
||||
"" // test/A1
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
package test
|
||||
|
||||
fun bar() {
|
||||
"" // test/TestPackage\$a\$.+
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
fun bar() {
|
||||
"" // test/A2
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
package test
|
||||
|
||||
fun baz() {
|
||||
"" // test/TestPackage\$a\$.+
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
fun baz() {
|
||||
"" // test/A3
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
package test
|
||||
|
||||
fun quux() {
|
||||
"" // test/TestPackage\$a\$.+
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
fun quux() {
|
||||
"" // test/A4
|
||||
}
|
||||
Reference in New Issue
Block a user