mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-30 21:52:18 +00:00
Accessor parsing; Cleanup
This commit is contained in:
@@ -2,7 +2,7 @@ declare namespace A {
|
||||
namespace B {
|
||||
export namespace C {
|
||||
let aVar: i32;
|
||||
const aConst: i32;
|
||||
const aConst: i32 = 0;
|
||||
function aFunc(): void {
|
||||
}
|
||||
enum AnEnum {
|
||||
|
Reference in New Issue
Block a user