mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
10 lines
112 B
TypeScript
10 lines
112 B
TypeScript
|
class G<T__2> {
|
||
|
}
|
||
|
class Foo {
|
||
|
get foo() {
|
||
|
class Foo__3 {
|
||
|
}
|
||
|
new G<Foo__3>();
|
||
|
}
|
||
|
}
|