This commit is contained in:
ryuukk 2023-02-09 03:55:13 +01:00 committed by GitHub
parent 9850217828
commit 51b12765b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ final class FirstPass : ASTVisitor
auto t2 = castExpression.type.type2;
auto l = symbol.typeLookups.front;
// get rid of initialier type
// get rid of initializer type
// instead feed it with cast expression one
l.breadcrumbs.clear();
void buildChain(TypeLookup* lookup, TypeIdentifierPart tip)