1 2 3 4 5 6// @strict: false // @declaration: true interface X { f? <T>(); }
1 2 3 4 5 6
// @strict: false // @declaration: true interface X { f? <T>(); }