Skip to content

[2.9.4] Regression with comment placement #899

@boris-petrov

Description

@boris-petrov

Prettier-Java 2.9.4

Playground link

--print-width 100

Input:

call(
	// comment
	A.B
);

Output:

call(
	A
		// comment
		.B
);

Expected behavior:
Same as input.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions