From a0d17c6b765af4ff77da1933c3e1efb6453f6caf Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Sat, 29 Aug 2020 12:06:22 +0100 Subject: [PATCH] Remove erroneous sample comment Dokka can't see this sample because we don't ship test sources. --- .../commonMain/kotlin/com/github/michaelbull/result/Binding.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/kotlin-result/src/commonMain/kotlin/com/github/michaelbull/result/Binding.kt b/kotlin-result/src/commonMain/kotlin/com/github/michaelbull/result/Binding.kt index 36bdbff..3e23ba9 100644 --- a/kotlin-result/src/commonMain/kotlin/com/github/michaelbull/result/Binding.kt +++ b/kotlin-result/src/commonMain/kotlin/com/github/michaelbull/result/Binding.kt @@ -21,8 +21,6 @@ import kotlin.contracts.contract * x + y * } * ``` - * - * @sample com.github.michaelbull.result.BindingTest */ public inline fun binding(crossinline block: ResultBinding.() -> V): Result { contract {