add missing syntax error mapping entry (#217)
This commit is contained in:
Родитель
9cd3598449
Коммит
e82e821acf
|
@ -74,6 +74,7 @@ namespace Microsoft.ClearScript.Windows
|
||||||
{ 1057, "'Default' specification must also specify 'Public'" },
|
{ 1057, "'Default' specification must also specify 'Public'" },
|
||||||
{ 1005, "Expected '('" },
|
{ 1005, "Expected '('" },
|
||||||
{ 1006, "Expected ')'" },
|
{ 1006, "Expected ')'" },
|
||||||
|
{ 1007, "Expected ']'" }, // missing in the online documentation
|
||||||
{ 1011, "Expected '='" },
|
{ 1011, "Expected '='" },
|
||||||
{ 1021, "Expected 'Case'" },
|
{ 1021, "Expected 'Case'" },
|
||||||
{ 1047, "Expected 'Class'" },
|
{ 1047, "Expected 'Class'" },
|
||||||
|
|
Загрузка…
Ссылка в новой задаче