~~ classProperty.semiColon: false ~~
== should not use a semi-colon when false ==
class Test {
    prop: string;
}

[expect]
class Test {
    prop: string
}
