Skip to content

Commit c211af4

Browse files
added interface file with lint error
1 parent f9fb928 commit c211af4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace Snowflake.Data.Core
2+
{
3+
public interface badInterface
4+
{
5+
void methodwithnocaps();
6+
}
7+
}

0 commit comments

Comments
 (0)