We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e8471 commit bdaa0bfCopy full SHA for bdaa0bf
src/main/resources/pkl/csm/csml.pkl
@@ -123,11 +123,10 @@ class ResetDescription extends ActionDescription {
123
124
class CaseDescription {
125
of: Expression
126
- then: ActionDescription
+ then: Listing<ActionDescription>
127
}
128
129
class MatchDescription extends ActionDescription {
130
- value: Expression
131
cases: Listing<CaseDescription>
132
default: ActionDescription?
133
0 commit comments