17 lines
190 B
Plaintext
Vendored
17 lines
190 B
Plaintext
Vendored
package
|
|
|
|
package pkg1 {
|
|
public fun e(): kotlin.Int
|
|
}
|
|
|
|
package pkg2 {
|
|
public fun e(): kotlin.Int
|
|
}
|
|
|
|
package pkg3 {
|
|
|
|
package pkg3.pkg1 {
|
|
public fun e(): kotlin.Int
|
|
}
|
|
}
|