Open
Description
This is an issue to discuss Unused return value checker proposal. The text of the proposal is located here.
This proposal depends on the other sub-proposal, Underscore for unused local variables, located here.
Since both proposals are connected, we'll discuss them together.
The goal of the proposals is to enhance the functionality of the existing 'unused expression' diagnostic in the Kotlin compiler.
New diagnostic should be able to report complex expressions whose return values are meaningful (e.g., non-Unit) but are not used.
Metadata
Metadata
Assignees
Labels
No labels