Skip to content

Mutated code does not compile (=!=) #1588

@eirikm

Description

@eirikm

Summary

a === b got mutated to a =!= b

which makes the mutated code not compile.

Should have been a !== b as the documentation says (https://stryker-mutator.io/docs/mutation-testing-elements/supported-mutators/#equality-operator)

Stryker4s config

stryker4s {
  scala-dialect: "scala3"
}

Stryker4s environment

stryker4s 0.16.1

Your Environment

software version(s)
Scala version 3.4.1
Build tool & version 1.10.0
Operating System macOS Sonoma 14.2.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions