mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Added more tests.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
|
||||
let module = 10;
|
||||
module in {}
|
||||
@@ -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