mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Merge pull request #8576 from Microsoft/intersection_quick_info
Fix #7966: A non-anonymous type can still fail to have a symbol.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
////function f(): string & {(): any} {
|
||||
//// return <any>{};
|
||||
////}
|
||||
////let x = f();
|
||||
////x/**/();
|
||||
|
||||
goTo.marker();
|
||||
verify.quickInfoIs("let x: () => any");
|
||||
Reference in New Issue
Block a user