9 lines
123 B
Kotlin
Vendored
9 lines
123 B
Kotlin
Vendored
package pack2
|
|
|
|
import pack2.* // unused because it's the current package
|
|
|
|
fun foo(p: ClassInPack2) {
|
|
}
|
|
|
|
class ClassInPack2
|