2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1700.cs
blobacbe2f2a05c6747dd975ad04d9b45af4f11fe937
1 // gcs1700.cs: Assembly reference `MyAssemblyName, Version=' is invalid and cannot be resolved
2 // Line: 8
3 // Compiler options: -warnaserror -warn:3
5 using System;
6 using System.Runtime.CompilerServices;
8 [assembly: InternalsVisibleTo ("MyAssemblyName, Version=")]
10 public class InternalsVisibleToTest
12 static void Main ()