Skip to content

Autoindent of closing brace doesn't work after a block comment #17

@udalov

Description

@udalov
fun foo() {
    /*
    println()
    */
    <caret>

Press } at the caret position in the source above.

Expected result:

fun foo() {
    /*
    println()
    */
}

Actual result:

fun foo() {
    /*
    println()
    */
    }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions