mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 07:22:21 +00:00
5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
|
class C {
|
||
|
x: i32;
|
||
|
}
|
||
|
// ERROR 219: "Optional properties are not supported." in optional-property.ts:2:9
|