mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-10-03 22:29:30 +00:00
11 lines
333 B
Kotlin
11 lines
333 B
Kotlin
// THIS CODE HAVE BEEN GENERATED AUTOMATICALLY
|
|
// TO REGENERATE IT JUST DELETE FILE
|
|
// ORIGINAL FILE: SampleFun.kt
|
|
package dev.inmo.micro_utils.ksp.variations.generator.test
|
|
|
|
import kotlin.Unit
|
|
|
|
public fun sampleVararg(vararg example: SimpleType): Unit = sampleVararg(
|
|
example = with(example) {map { it.value }.toTypedArray()}
|
|
)
|