Properly initialize a rgctx template. Fixes bxc #1147.
[mono-project.git] / mcs / errors / cs0524-2.cs
blob348463e9fa6e36887102083679f69f8e23d55723
1 // CS0524: Interfaces cannot declare classes, structs, interfaces, delegates, or enumerations
2 // Line: 5
4 interface Interface {
5 interface I {}