Alex Styl
09/28/2024, 4:46 AMPHondogo
09/28/2024, 5:50 AMMR3Y
09/28/2024, 4:27 PMephemient
09/28/2024, 9:21 PM// common
expect fun foo()
internal fun commonFoo() { ... }
// all targets but one
actual fun foo() = commonFoo()
// the one specialized target
actual fun foo() { ... }