typo
This commit is contained in:
parent
9850217828
commit
51b12765b1
|
|
@ -283,7 +283,7 @@ final class FirstPass : ASTVisitor
|
||||||
auto t2 = castExpression.type.type2;
|
auto t2 = castExpression.type.type2;
|
||||||
|
|
||||||
auto l = symbol.typeLookups.front;
|
auto l = symbol.typeLookups.front;
|
||||||
// get rid of initialier type
|
// get rid of initializer type
|
||||||
// instead feed it with cast expression one
|
// instead feed it with cast expression one
|
||||||
l.breadcrumbs.clear();
|
l.breadcrumbs.clear();
|
||||||
void buildChain(TypeLookup* lookup, TypeIdentifierPart tip)
|
void buildChain(TypeLookup* lookup, TypeIdentifierPart tip)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue