kotlin.test / kotlin.test / todo todo Common JS 1.0 fun todo(block: () -> Unit): Unit JVM Native 1.0 inline fun todo(block: () -> Unit): Unit Takes the given block of test code and doesn't execute it. This keeps the code under test referenced, but doesn't actually test it until it is implemented.