mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
8353accb13
**Related issue:** - Closes https://github.com/swc-project/swc/issues/7079.
4 lines
49 B
TypeScript
4 lines
49 B
TypeScript
interface Foo {
|
|
new <T>(value: T): Obj<T>;
|
|
}
|