194d1cfccf
Get rid of providers duplication
20 lines
307 B
Plaintext
Vendored
20 lines
307 B
Plaintext
Vendored
// -- Module: <common> --
|
|
package
|
|
|
|
public expect fun g0(): kotlin.String
|
|
|
|
// -- Module: <intermediate1> --
|
|
package
|
|
|
|
public expect fun g0(): kotlin.String
|
|
|
|
// -- Module: <intermediate2> --
|
|
package
|
|
|
|
public expect fun g0(): kotlin.String
|
|
|
|
// -- Module: <main> --
|
|
package
|
|
|
|
public actual fun g0(): kotlin.String
|