9 lines
137 B
Kotlin
Vendored
9 lines
137 B
Kotlin
Vendored
package pack1
|
|
|
|
import pack1.ClassInPack1 // unused because it's in the current package
|
|
|
|
fun foo(p: ClassInPack1) {
|
|
}
|
|
|
|
class ClassInPack1
|