blob: bfac489342d88189a904c323e99adcbae012f0ca [file] [log] [blame]
// PERMUTE_ARGS:
// Bugzilla 4278
import imports.test68a;
class Foo : OtherModuleClass
{
override void foo()
{
super.foo();
}
}
void main()
{
new Foo();
}