File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ interface Foo {
24
24
// ERROR 1042: "'protected' modifier cannot be used here." in interface-errors.ts(17,3+9)
25
25
// ERROR 1042: "'public' modifier cannot be used here." in interface-errors.ts(18,3+6)
26
26
// ERROR 1042: "'static' modifier cannot be used here." in interface-errors.ts(19,3+6)
27
- // ERROR 229 : "'constructor' keyword cannot be used here." in interface-errors.ts(20,3+11)
28
- // ERROR 229 : "'constructor' keyword cannot be used here." in interface-errors.ts(21,3+11)
27
+ // ERROR 230 : "'constructor' keyword cannot be used here." in interface-errors.ts(20,3+11)
28
+ // ERROR 230 : "'constructor' keyword cannot be used here." in interface-errors.ts(21,3+11)
29
29
// ERROR 1110: "Type expected." in interface-errors.ts(21,16+0)
You can’t perform that action at this time.
0 commit comments