mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 15:12:12 +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
|