void foo(C)(ref C config) {
// Do stuff
import config.somemodule;
config.extends(bar());
}
Gives:
Error: undefined identifier `extends` in package `config`
This does not sound reasonable to me. The package should not take precedence over local variable.
Comment #1 by robert.schadek — 2024-12-13T19:19:06Z