6 lines
60 B
JavaScript
6 lines
60 B
JavaScript
class X {
|
|
a: number = 2
|
|
b: ?string = '3'
|
|
c: ?number
|
|
}
|