We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de07de commit b9e411eCopy full SHA for b9e411e
src/main/kotlin/com/github/lppedd/cc/CCExtensions.kt
@@ -462,8 +462,7 @@ internal inline fun ListSelectionModel.selectedIndices(): IntArray {
462
return rv
463
}
464
465
-@Suppress("SameParameterValue")
466
-internal inline fun <T> Logger.runAndLogError(defaultValue: T, block: () -> T): T {
+internal fun <T> Logger.runAndLogError(defaultValue: T, block: () -> T): T {
467
contract {
468
callsInPlace(block, InvocationKind.AT_MOST_ONCE)
469
0 commit comments