X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-409.cs;h=8db59d7e48d63650f38af54129943c59971b9e47;hb=522d0276630d843944e57522f96e2613913452cd;hp=d8fee033830cf1a65ea14b44a462ef8c0dc6eb77;hpb=dc58d950f2b2795c63517b3a8903fe33b70a89cd;p=mono.git diff --git a/mcs/tests/gtest-409.cs b/mcs/tests/gtest-409.cs index d8fee033830..8db59d7e48d 100644 --- a/mcs/tests/gtest-409.cs +++ b/mcs/tests/gtest-409.cs @@ -170,6 +170,11 @@ public class ConditionalParsing var t = (Int32)sbyte.MaxValue; } + void Test_22 (bool args) + { + var x = args ?.2f : -.2f; + } + static void Helper (T arg) { }