prettier/tests/typescript/compiler/errorOnInitializerInInterfa...

4 lines
39 B
TypeScript

interface Foo {
bar: number = 5;
}