8 lines
54 B
TypeScript
8 lines
54 B
TypeScript
|
class X {
|
||
|
J: {
|
||
|
u: number
|
||
|
} = {
|
||
|
u: 1
|
||
|
}
|
||
|
}
|