
kotlin.test.Utils.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-test Show documentation
Show all versions of kotlin-test Show documentation
Kotlin Test Multiplatform library
package kotlin.test
internal fun T.let(block: (T) -> R): R = block(this)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy