Skip to content

Commit aef9edf

Browse files
Added test regarding 'declare' keyword as beginning of statement expression.
1 parent 10861b1 commit aef9edf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
class C {
2+
}
3+
4+
var declare: any;
5+
6+
declare instanceof C;

0 commit comments

Comments
 (0)