Browse Source

Adjust Issue982.cs to [IndexerName]

pull/1198/head
Daniel Grunwald 7 years ago
parent
commit
078b638149
  1. 5
      ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue982.cs

5
ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue982.cs

@ -1,4 +1,6 @@ @@ -1,4 +1,6 @@
namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty
using System.Runtime.CompilerServices;
namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty
{
internal class Issue982
{
@ -15,6 +17,7 @@ @@ -15,6 +17,7 @@
}
}
[IndexerName("Text2")]
public string this[int index] {
get {
return textStr2;

Loading…
Cancel
Save