[msvc] Update csproj files (#4284)
[mono.git] / mcs / tests / gtest-optional-03-lib.cs
index d7d9f3c70e4d6876d1163d45cce3e159fa0e066d..18febac8fc341e6111cefece98ec6cf339519a1e 100644 (file)
@@ -41,8 +41,8 @@ public class B
                return e;
        }
        
-       char ch;
-       public char this [int id, char v = 'h'] {
+       byte ch;
+       public byte this [int id, byte v = 1+5] {
                get { return v; }
                set { ch = value; } 
        }