TypeScript/tests/cases/compiler/contextualTyping3.ts

1 line
47 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
class foo { public bar:{id:number;} = {id:5}; }