mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +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 { function a() {} a; } }",
|
||||||
"class C { static { a; function a() {} } }",
|
"class C { static { a; function a() {} } }",
|
||||||
"String;Array;Boolean;",
|
"String;Array;Boolean;",
|
||||||
|
"function resolve<T>(path: string): T { return { path } as T; }"
|
||||||
];
|
];
|
||||||
|
|
||||||
let fail = vec![
|
let fail = vec![
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue