(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0571-2.cs
blob551489bee91ae6d2562b726e7d99f28acd19dd01
1 // cs0571.cs: 'System.Reflection.MemberInfo.Name.get' : cannot explicitly call operator or accessor// Line: 9
2 using System;
4 public class EntryPoint {
5 public static void Main () {
6 Type type = typeof(string);
7 Console.WriteLine (type.get_Name());