X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-optional-03-lib.cs;h=18febac8fc341e6111cefece98ec6cf339519a1e;hb=5afd4aa990748d9754b2590d5e50941b2ecb262a;hp=d7d9f3c70e4d6876d1163d45cce3e159fa0e066d;hpb=b600deb8ac784734a3c885f37a995419df7c91f2;p=mono.git diff --git a/mcs/tests/gtest-optional-03-lib.cs b/mcs/tests/gtest-optional-03-lib.cs index d7d9f3c70e4..18febac8fc3 100644 --- a/mcs/tests/gtest-optional-03-lib.cs +++ b/mcs/tests/gtest-optional-03-lib.cs @@ -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; } }