Closed
Description
This issue was originally filed by kresten...@gmail.com
Sometimes you want to convert an abstract class to an interface and vice versa. When doing this, you have to go through the code and add/remove "abstract" in front of all member declarations.
It would be harmless to permit the members of an interface to be declared abstract; and that would make it easier to convert such a class.