mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added nullable(T), Result<T> can use null conditionals
This commit is contained in:
parent
336226d686
commit
68bf7bc801
19 changed files with 343 additions and 210 deletions
|
@ -325,7 +325,7 @@ void BfElementVisitor::Visit(BfRefTypeRef* typeRef)
|
|||
VisitChild(typeRef->mElementType);
|
||||
}
|
||||
|
||||
void BfElementVisitor::Visit(BfRetTypeTypeRef * typeRef)
|
||||
void BfElementVisitor::Visit(BfModifiedTypeRef * typeRef)
|
||||
{
|
||||
Visit((BfTypeReference*)typeRef); // Skip the Elemented part so we can put the element in the right spot
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue