dead.fish
05/07/2025, 7:22 AMwhen (someSealedThing) { SomeOption -> Unit; SomeOtherOption -> { ... } } is used, Kotlin 2.1.20 now reports for SomeOption -> Unit the warning "Expression is unused". If I change this to SomeOption -> { } it's all fine.