Closed
Description
interface I< [|T|] > extends I< [|T|] > {
}
Find all refs gets a stack overflow:
Description:
getDocumentHighlights('C:\Users\drosen\AppData\Local\Temp\~vsB119.ts', 25)
StackTrace:
Error: Out of stack space
at isExpressionWithTypeArgumentsInClassExtendsClause (:6812:9)
at isTypeNode (:5336:17)
at getTypeOfNode (:25658:13)
at getPropertySymbolFromTypeReference (:46637:25)
at forEach (:865:17)
at Anonymous function (:46630:29)
at forEach (:865:17)
at getPropertySymbolsFromBaseTypes (:46624:21)
at getPropertySymbolFromTypeReference (:46644:29)
at forEach (:865:17)
at Anonymous function (:46630:29)
at forEach (:865:17)
at getPropertySymbolsFromBaseTypes (:46624:21)
at getPropertySymbolFromTypeReference (:46644:29)
at forEach (:865:17)
at Anonymous function (:46630:29)
at forEach (:865:17)
at getPropertySymbolsFromBaseTypes (:46624:21)
at getPropertySymbolFromTypeReference (:46644:29)
at forEach (:865:17)
at Anonymous function (:46630:29)
at forEach (:865:17)
at getPropertySymb......