// @strictNullChecks: true // @declaration: true interface Foo { a?: string; b: string; } { a: undefined };