Expected Behavior
I have an FSM that has dependencies of classes that are declared final.
Actual Behavior
The program can't be compiled because SML tries to inherit from my dependencies. This is very inconvenient, since some of my dependencies are from external frameworks that I don't control. I suppose I could wrap them in another struct, but that seems like an unnecessary inconvenience. This was not an issue with previous versions.
Steps to Reproduce the Problem
See example
Specifications
- Version: 1.1.4
- Platform: MSVC
Expected Behavior
I have an FSM that has dependencies of classes that are declared final.
Actual Behavior
The program can't be compiled because SML tries to inherit from my dependencies. This is very inconvenient, since some of my dependencies are from external frameworks that I don't control. I suppose I could wrap them in another struct, but that seems like an unnecessary inconvenience. This was not an issue with previous versions.
Steps to Reproduce the Problem
See example
Specifications