[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / CS0506-3-lib.cs
blobe7fc0e99ce041dbad8cf8c3eecfde1ad0eeb60ff
1 public interface ITest
3 void Run ();
6 public class A
8 public void Run ()
13 public class B : A, ITest