mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
parent
1bc08e296e
commit
5f275516eb
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ fn test() {
|
|||
"class C { static { function a() {} a; } }",
|
||||
"class C { static { a; function a() {} } }",
|
||||
"String;Array;Boolean;",
|
||||
"function resolve<T>(path: string): T { return { path } as T; }"
|
||||
];
|
||||
|
||||
let fail = vec![
|
||||
|
|
|
|||
Loading…
Reference in a new issue