@@ -64,7 +64,7 @@ GenericConstantInterfaceItem
6464 @ property
6565 def SubType (self ) -> SubType:
6666
67- # inherited from WithDefaultExpression
67+ # inherited from WithDefaultExpressionMixin
6868 @ property
6969 def DefaultExpression (self ) -> BaseExpression:
7070
@@ -176,7 +176,7 @@ PortSignalInterfaceItem
176176 @ property
177177 def SubType (self ) -> SubType:
178178
179- # inherited from WithDefaultExpression
179+ # inherited from WithDefaultExpressionMixin
180180 @ property
181181 def DefaultExpression (self ) -> BaseExpression:
182182
@@ -218,7 +218,7 @@ ParameterConstantInterfaceItem
218218 @ property
219219 def SubType (self ) -> SubType:
220220
221- # inherited from WithDefaultExpression
221+ # inherited from WithDefaultExpressionMixin
222222 @ property
223223 def DefaultExpression (self ) -> BaseExpression:
224224
@@ -255,7 +255,7 @@ ParameterVariableInterfaceItem
255255 @ property
256256 def SubType (self ) -> SubType:
257257
258- # inherited from WithDefaultExpression
258+ # inherited from WithDefaultExpressionMixin
259259 @ property
260260 def DefaultExpression (self ) -> BaseExpression:
261261
@@ -292,7 +292,7 @@ ParameterSignalInterfaceItem
292292 @ property
293293 def SubType (self ) -> SubType:
294294
295- # inherited from WithDefaultExpression
295+ # inherited from WithDefaultExpressionMixin
296296 @ property
297297 def DefaultExpression (self ) -> BaseExpression:
298298
0 commit comments