This commit is contained in:
Arthur Ozga
2017-03-15 09:06:59 -07:00
parent 8020e24fda
commit 758e1ff8b7
3 changed files with 4 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
verify.rangeAfterCodeFix(`
class A {
[name: string]: number;
[x: string]: number;
constructor() {
this.x = 10;