diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/hir_conv/bind.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hir_conv/bind.cpp b/src/hir_conv/bind.cpp index 4601b90d..7cb4e402 100644 --- a/src/hir_conv/bind.cpp +++ b/src/hir_conv/bind.cpp @@ -515,6 +515,9 @@ namespace { } }; + for(auto& ty : expr.m_erased_types) + visit_type(ty); + if( expr.get() != nullptr ) { ExprVisitor v { *this }; |