[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0529-2.cs
blobbf88f3a466bd18534d2c80dc6183aad5764ab73f
1 // CS0529: Inherited interface `IB' causes a cycle in the interface hierarchy of `IC'
2 // Line: 12
4 interface IC : IB
8 partial interface IB
12 partial interface IB : IC