prettier/tests/typescript/custom/abstract/abstractPropertiesWithBreak...

8 lines
132 B
TypeScript

abstract class Foo {
abstract private foobar =
// comment to break
1 +
// another comment to break
2;
}