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
Production decomposition currently does not support any custom code like additional methods or properties in the production class definition itself. It also does not support source controlling what the superclass of the production class is.
We could potentially support this with some smarter export logic that will use separate documents for methods, parameters, superclass etc.
The text was updated successfully, but these errors were encountered:
Production decomposition currently does not support any custom code like additional methods or properties in the production class definition itself. It also does not support source controlling what the superclass of the production class is.
We could potentially support this with some smarter export logic that will use separate documents for methods, parameters, superclass etc.
The text was updated successfully, but these errors were encountered: