}
[Fact]
- [ActiveIssue("https://github.com/dotnet/runtime/issues/37474", TestPlatforms.Android)]
public void NonIndexerParameterizedGetterAndSetterIndexAccess()
{
dynamic d = GetObjectWithNonIndexerParameterProperty(true, true);
}
[Fact]
- [ActiveIssue("https://github.com/dotnet/runtime/issues/37474", TestPlatforms.Android)]
public void NonIndexerParameterizedGetterOnlyIndexAccess()
{
dynamic d = GetObjectWithNonIndexerParameterProperty(true, false);
}
[Fact]
- [ActiveIssue("https://github.com/dotnet/runtime/issues/37474", TestPlatforms.Android)]
public void NonIndexerParameterizedSetterOnlyIndexAccess()
{
dynamic d = GetObjectWithNonIndexerParameterProperty(false, true);