8000
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 1f3fec7 commit d16f6eaCopy full SHA for d16f6ea
src/testing/eventtest.cs
@@ -10,7 +10,7 @@ namespace Python.Test
10
public delegate void EventWithRefStringArgument(ref string data);
11
public delegate void EventWithRefIntArgument(ref int data);
12
13
-#pragma warning disable 67 // Unused events, these are only accessed from Python
+ #pragma warning disable 67 // Unused events, these are only accessed from Python
14
public class EventTest
15
{
16
public static event EventHandlerTest PublicStaticEvent;
0 commit comments