Remove file that is already in Example.Tests

This commit is contained in:
Sven van Heugten 2026-04-27 23:24:08 +02:00
parent 91ab968154
commit 88db0ab12b
No known key found for this signature in database
GPG key ID: D612F88666F4F660

View file

@ -1,13 +0,0 @@
namespace Mutannot
open System
[<AttributeUsage(AttributeTargets.Method, AllowMultiple = true)>]
type MutationCaseAttribute(id: string, file: string, line: int, find: string, replace: string) =
inherit Attribute()
member _.Id = id
member _.File = file
member _.Line = line
member _.Find = find
member _.Replace = replace