mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Internal protection, 'using internal <type or namespace>;`
This commit is contained in:
parent
7349cdf50f
commit
6b27f0f0b2
25 changed files with 313 additions and 96 deletions
|
@ -664,7 +664,7 @@ void BfSourceClassifier::Visit(BfUsingDirective* usingDirective)
|
|||
}
|
||||
}
|
||||
|
||||
void BfSourceClassifier::Visit(BfUsingStaticDirective* usingDirective)
|
||||
void BfSourceClassifier::Visit(BfUsingModDirective* usingDirective)
|
||||
{
|
||||
BfElementVisitor::Visit(usingDirective);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue