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

4 lines
39 B
TypeScript
Raw Normal View History

2018-12-08 13:28:29 +03:00
interface Foo {
bar: number = 5;
}