mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Added test regarding 'declare' keyword as beginning of statement expression.
This commit is contained in:
parent
10861b1648
commit
aef9edf014
@ -0,0 +1,6 @@
|
||||
class C {
|
||||
}
|
||||
|
||||
var declare: any;
|
||||
|
||||
declare instanceof C;
|
||||
Loading…
x
Reference in New Issue
Block a user