~~ staticBlock.bracePosition: sameLine ~~
== should use the same line for the brace position ==
class Test {
    static
    {
    }
}

[expect]
class Test {
    static {
    }
}
