2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0023-12.cs
blob1271f920bed0a17d04dee1bfb46b28c70af10264
1 // cs0023: The `+' operator cannot be applied to operand of type `string'
2 // Line: 10
4 using System;
6 public class Test
8 static void Main ()
10 Console.WriteLine ("a" + + "b");