mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Added more tests.
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
|
||||
let module = 10;
|
||||
module in {}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
|
||||
let namespace = 10;
|
||||
namespace a.b {
|
||||
export let c = 20;
|
||||
}
|
||||
|
||||
namespace
|
||||
a.b.c
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user