TaskAwaiter from CoreFX
[mono-project.git] / mcs / errors / cs0019-33.cs
blobe338b79cb1bbdb026d1030b1e851844bb5c341be
1 // CS0019: Operator `+' cannot be applied to operands of type `string' and `method group'
2 // Line: 10
4 using System;
6 public class Test
8 public static void Main ()
10 Console.WriteLine ("+++" + Main);