X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Ftests%2Ftest-interpolation-05.cs;fp=mcs%2Ftests%2Ftest-interpolation-05.cs;h=c604b51badb320cd6969cc85ef80a88df6ad75f4;hb=db2a67f0d5dd157bdf30db9a4ac0d95f01a38952;hp=0000000000000000000000000000000000000000;hpb=31bc329ddc12e833180372d31c57a0f6a3ee6b8e;p=mono.git diff --git a/mcs/tests/test-interpolation-05.cs b/mcs/tests/test-interpolation-05.cs new file mode 100644 index 00000000000..c604b51badb --- /dev/null +++ b/mcs/tests/test-interpolation-05.cs @@ -0,0 +1,14 @@ +using System; + +public class ParserTest +{ + void Test1 () + { + bool b = true; + Console.WriteLine(b ? $"{1:0.00}" : $"bar"); + } + + public static void Main() + { + } +} \ No newline at end of file