A small question.
Is it intended behaviour that public imports inside function calls fail with the message "Error: found public instead of statement", or is it an underdocumented feature?

void foo()
{
    public import bar;
}

Reply via email to