Skip to content

Commit 4972859

Browse files
committed
fix affected parser test
1 parent 6093680 commit 4972859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/parser/interface-errors.ts.fixture.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ interface Foo {
2424
// ERROR 1042: "'protected' modifier cannot be used here." in interface-errors.ts(17,3+9)
2525
// ERROR 1042: "'public' modifier cannot be used here." in interface-errors.ts(18,3+6)
2626
// 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)
2929
// ERROR 1110: "Type expected." in interface-errors.ts(21,16+0)

0 commit comments

Comments
 (0)