Skip to content

Dependencies can't be declared final #483

@dingari

Description

@dingari

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions