[eglib] In AIX/generic POSIX, handle null addresses better (#17892)
[mono-project.git] / mcs / tests / gtest-165-lib.cs
blob599ad273863b1afa290287f06960fedd1afad286
1 // Compiler options: -t:library
3 public class A<T>
5 public int this [T arg] {
6 get {
7 return 1;
11 public int this [string arg] {
12 get {
13 return 2;