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

[expect]
class Test {
    static
    {
    }
}
