fix run-test
[mcs.git] / errors / cs0023-12.cs
blob670e373f2a684c82e82dcb65f9e8f6615b87f615
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");