Updated with review feedback.
[mono.git] / mcs / errors / cs1683.cs
1 // CS1683: Reference to type `C' claims it is defined in this assembly, but it is not defined in source or any added modules
2 // Line: 5
3 // Compiler options: -r:CS1683-lib.dll
4
5 public class TestClass : A
6 {
7 }