You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tAsPatternTarget := (builder newTraitNamed:#TAsPatternTarget) comment:'I represent an entity that could be the alias/target of an as pattern.'.
705
709
tAsPatternSource := (builder newTraitNamed:#TAsPatternSource) comment:'I represent an entity that could be aliased in an as pattern.'.
710
+
(tAssignable := builder newTraitNamed:#TAssignable) comment:'I represent something that can be assigned in an assignment'.
706
711
tCanBeSplatExpression := (builder newTraitNamed:#TCanBeSplatExpression) comment:'My users are expressions that can be in a collection splat. For example in `[ *getList(), 3 ]`, we have a list splat on the call `getList()`. Get list, is the expression of the splat.'.
| `parentAssertStatement` | `FASTPyExpression` | `expressions` | `FASTPyAssertStatement` | The assert statement that own the expression (if it's the case)|
0 commit comments