mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
5 lines
51 B
TypeScript
5 lines
51 B
TypeScript
class Foo {
|
|
get x: () => {
|
|
return 5;
|
|
}
|
|
}
|