class C2 : I { int foo() { return 10; } mixin Foo!(); // mixed-in foo is not stored in vtbl }
In this case maybe should be error thrown? Or where is mixed function?
class C2 : I { int foo() { return 10; } mixin Foo!(); // mixed-in foo is not stored in vtbl }
In this case maybe should be error thrown? Or where is mixed function?