== should format ==
class Test {
    myMethod(): this {
    }
}

[expect]
class Test {
    myMethod(): this {
    }
}
