Merge branch 'alexischr/nursery-canaries-managed-alloc'
[mono.git] / mcs / errors / cs1722.cs
index 68ad83eb99d4dc7f9f919ee42c373a4779373b5d..e2bd6f3a1bfa9e096a083911de4c0a7cfb8271a7 100644 (file)
@@ -1,3 +1,6 @@
+// CS1722: `My.Namespace.MyBaseClass': Base class `My.Namespace.MyInterfaceBase' must be specified as first
+// Line: 21
+
 using System;
 
 namespace My.Namespace {