We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc76b40 commit 29d8b5aCopy full SHA for 29d8b5a
Clojure/Clojure.Tests/ReflectorTryCatchFixture.cs
@@ -37,7 +37,7 @@ public static void fail(double y)
37
38
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "ClojureJVM name match")]
39
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE0060:Remove unused parameter", Justification = "Part of API")]
40
- public static void failWithCause(Double y)
+ public void failWithCause(Double y)
41
{
42
throw new Cookies("Wrapped", new Cookies("Cause"));
43
}
0 commit comments