Sleepzy@feddit.it to Programmer Humor@lemmy.ml · 9 hours agoElvisfeddit.itimagemessage-square9fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageElvisfeddit.itSleepzy@feddit.it to Programmer Humor@lemmy.ml · 9 hours agomessage-square9fedilink
minus-squareDeprecatedCompatV2@programming.devlinkfedilinkarrow-up0·edit-28 hours ago(run { this@comment.parent?.apply { this.value === true } } == true) ?: if ((this@comment.value as? Boolean) != true) false else true
Kotlin user spotted
(run { this@comment.parent?.apply { this.value === true } } == true) ?: if ((this@comment.value as? Boolean) != true) false else true