Cesium icon indicating copy to clipboard operation
Cesium copied to clipboard

Object initializers

Open ForNeVeR opened this issue 2 years ago • 0 comments

Seemingly, we don't support this:

typedef struct { int x; } foo;
foo xx = { 1 };

We should support it.

Look for the number 225 in the code to find clues to implement this feature.

ForNeVeR avatar Aug 14 '22 17:08 ForNeVeR