fix(52664): Assertion failure on completions for derived class with computed base property name (#52673)

This commit is contained in:
Oleksandr T
2023-02-18 03:36:52 +02:00
committed by GitHub
parent 04637662f4
commit bbb98cf797
6 changed files with 314 additions and 27 deletions

View File

@@ -0,0 +1,15 @@
/// <reference path="fourslash.ts" />
////export const SOME_CONSTANT = 'SOME_TEXT';
////export class Base {
//// [SOME_CONSTANT]: boolean;
////}
////export class Derived extends Base {
//// /**/
////}
verify.baselineCompletions({
includeCompletionsWithInsertText: true,
includeCompletionsWithSnippetText: true,
includeCompletionsWithClassMemberSnippets: true,
});