0df5d5158d
#KT-38297 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 {
|
|
|
|
} |