X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-primary-ctor-04.cs;h=e2015a92479342c0d71866d5cf2d33754bd15fa3;hb=2b15ada1a1ad25ece63393c2ba40e5d9877b35a7;hp=55636abedfee4fb2284dea0d48a31cc9810d28c9;hpb=2ab02d99c44321dfc73fd10bee7a6fbf7016116b;p=mono.git diff --git a/mcs/tests/test-primary-ctor-04.cs b/mcs/tests/test-primary-ctor-04.cs index 55636abedfe..e2015a92479 100644 --- a/mcs/tests/test-primary-ctor-04.cs +++ b/mcs/tests/test-primary-ctor-04.cs @@ -1,3 +1,4 @@ +// Compiler options: -langversion:experimental class Derived (int arg, ref byte b, out int o) : Base (out o) { public long field = arg;