blob: b596f9b5382fe4acfca6f928d5775408f5a9a1f0 [file] [log] [blame]
module imports.test15785;
interface IBase2
{
final protected void faz() {}
}
class Base
{
protected void foo() {}
protected void bar() {}
protected alias T = int;
}