Currently, this code
class SomeClass { private prop1 = \'default\'; private prop2?: string }
emits the following:
class SomeCl