[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1525-4.cs
bloba1e921b81e043cbcea9dfd351b3483ad2c59681e
1 // CS1525: Unexpected symbol `text'
2 // Line: 8
4 class MainClass
6 static void Main ()
8 System.Console.WriteLine((true ? "" : "") "text");