why not this? ```@Suppress("JoinDeclarationAndAssi...
# language-proposals
b
why not this?
Copy code
@Suppress("JoinDeclarationAndAssignment")
fun start() {
        val manualRefreshes = /** ... */ 
        val loading = /** ... */
        val data = /** ... */
        val selected = /** ... */
}