Closed MaximTrushin closed 12 years ago
Compilation of the following code resulted in BCE0055 Internal compiler error. This is fix for that.
public abstract class A: public virtual L as string: get
public abstract class B(A):
public abstract override L as string: get
public class C(B): pass
Thanks!
Compilation of the following code resulted in BCE0055 Internal compiler error. This is fix for that.
public abstract class A: public virtual L as string: get
public abstract class B(A):
public class C(B): pass