Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
11.3
-
None
Description
Formatting of below code snippet is not proper in Jdk-14/jdk-15
public record Rec1{}
expected output
public record Rec1{
}
actual output
public record Rec1
{ }