Remove code moved to shared partition
[mono-project.git] / mcs / errors / cs0234-3.cs
blob654ee3a31d9cec19a864c40898f04cb701c7749e
1 // CS0234: The type or namespace name `Type' does not exist in the namespace `MonoTests.System'. Are you missing an assembly reference?
2 // Line: 12
4 using System;
6 namespace MonoTests.System
8 public class Test
10 public static void Main ()
12 Console.WriteLine (System.Type.GetType ("System.String"));