Skip to content

Commit

Permalink
Merge branch 'dev/mandel/param-is-smart-enum' of github.com:xamarin/x…
Browse files Browse the repository at this point in the history
…amarin-macios into dev/mandel/param-is-smart-enum
  • Loading branch information
mandel-macaque committed Dec 31, 2024
2 parents b9b5157 + 17614a1 commit 7527dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ void IsSmartEnumTests (ApplePlatform platform, string inputText, bool expected)
Assert.NotNull (symbol);
Assert.Equal (expected, symbol.IsSmartEnum ());
}

class TestDataGetExportData : IEnumerable<object []> {
public IEnumerator<object []> GetEnumerator ()
{
Expand Down

0 comments on commit 7527dd9

Please sign in to comment.