mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Added test regarding 'declare' keyword as beginning of statement expression.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class C {
|
||||
}
|
||||
|
||||
var declare: any;
|
||||
|
||||
declare instanceof C;
|
||||
Reference in New Issue
Block a user