[unit-tests] Fix Makefile.am when Mono is compiled with LLVM
[mono-project.git] / mcs / errors / cs0305-8.cs
blob6a464323d256c72b00599ead51557dc9414388ed
1 // CS0305: Using the generic type `N<T>' requires `1' type argument(s)
2 // Line: 12
4 class N<T>
8 class C
10 public static void Main()
12 global::N n = null;