mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-16 16:31:32 +00:00
Namespaces
This commit is contained in:
@ -14,7 +14,7 @@ const b: i32 = 2;
|
||||
|
||||
export { b as renamed_b };
|
||||
|
||||
/* export namespace ns {
|
||||
export namespace ns {
|
||||
function one(): void {}
|
||||
export function two(): void {}
|
||||
} */
|
||||
}
|
||||
|
Reference in New Issue
Block a user