Skip to content

Doesn't recognize comments in data class constructor #32

Description

@FichteFoll
data class CodeKey(
    var code: String,
    /* Block comment */
    // Line comment
    var key: String
    /* Block comment */
    // Line comment
)

2023-03-14_13-05-07

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions