Skip to content

Remove Empty class block #586

@urmichm

Description

@urmichm

Feature Request:

Empty class block are not required in kotlin.
It would be great to have them removed.

BEFORE:

data class MyData(private val a: String, private val b: Int) {}

AFTER:

data class MyData(private val a: String, private val b: Int)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions