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 f9fb928 commit c211af4Copy full SHA for c211af4
Snowflake.Data/Core/badInterface.cs
@@ -0,0 +1,7 @@
1
+namespace Snowflake.Data.Core
2
+{
3
+ public interface badInterface
4
+ {
5
+ void methodwithnocaps();
6
+ }
7
+}
0 commit comments