Skip to content

Commit 29d8b5a

Browse files
committed
WIP (Core): delete spurious static on ReflectorTryCatchFixture method
1 parent dc76b40 commit 29d8b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Clojure/Clojure.Tests/ReflectorTryCatchFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static void fail(double y)
3737

3838
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "ClojureJVM name match")]
3939
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE0060:Remove unused parameter", Justification = "Part of API")]
40-
public static void failWithCause(Double y)
40+
public void failWithCause(Double y)
4141
{
4242
throw new Cookies("Wrapped", new Cookies("Cause"));
4343
}

0 commit comments

Comments
 (0)