[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0023-12.cs
bloba55c98277c9b7dbc681eaf6411295b61dd05c113
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");