[xbuild] More tweaks for portable debug mode
[mono-project.git] / mcs / errors / cs0117-9.cs
blobc10ddc0196263f1f6585a1cf9cbe39bc0394a106
1 // CS0117: `System.Console' does not contain a definition for `WriteLINE'
2 // Line: 10
4 using System;
6 public class Test
8 public static void Main ()
10 var x = nameof (Console.WriteLINE);