| // -- 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 |