3d8d92c7d3
- test data files renamed from *.jet to *.kt
10 lines
147 B
Kotlin
Vendored
10 lines
147 B
Kotlin
Vendored
// FILE: this.kt
|
|
|
|
// KT-26 Import namespaces defined in this file
|
|
package foo
|
|
|
|
import bar.* // Must not be an error
|
|
|
|
// FILE: other.kt
|
|
package bar
|