fix(language-service): apply suggestion (#34177)

PR Close #34177
This commit is contained in:
ivanwonder
2019-12-03 10:45:17 +08:00
committed by Andrew Kushnir
parent 148a060daa
commit 7a86a32040
4 changed files with 16 additions and 12 deletions

View File

@ -192,7 +192,7 @@ export class TemplateReference {
tupleArray: [string, Hero] = ['test', this.hero];
league: Hero[][] = [this.heroes];
heroesByName: {[name: string]: Hero} = {};
primitiveType: {[name: string]: string} = {};
primitiveIndexType: {[name: string]: string} = {};
anyValue: any;
myClick(event: any) {}
}