Closed arjantop-cai closed 2 years ago
The editor marks C= as an error, but it is correct and working syntax:
C=
#Data: { s: string } foo: C={ #Data s2: C.s + "foo" }
The editor marks
C=
as an error, but it is correct and working syntax: