mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-16 05:58:32 -06:00
Added more tests.
This commit is contained in:
parent
448e8bf0c7
commit
77306a3ea6
@ -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
|
||||
{
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user