Skip to content

Commit

Permalink
update: stub
Browse files Browse the repository at this point in the history
  • Loading branch information
jiannei committed Nov 9, 2023
1 parent d91897d commit 3e2c6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stubs/enum/int.stub
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace DummyNamespace;

Enum DummyClass:int
enum DummyClass:int
{
case Foo = 0;
}
2 changes: 1 addition & 1 deletion stubs/enum/string.stub
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace DummyNamespace;

Enum DummyClass:string
enum DummyClass:string
{
case Foo = 'foo';
}

0 comments on commit 3e2c6ca

Please sign in to comment.