33c93eb4a9
#KT-4936 Fixed
13 lines
120 B
Plaintext
13 lines
120 B
Plaintext
// File: foo/bar/myFile.kt
|
|
package foo.bar2
|
|
|
|
fun test() {
|
|
|
|
}
|
|
|
|
// File: foo/bar/test.kt
|
|
package foo.bar2
|
|
|
|
class Test {
|
|
|
|
} |