Extract ReferenceSymbolTable, support lazy type parameters

This commit is contained in:
Mikhael Bogdanov
2018-07-31 09:09:49 +02:00
parent 6623799671
commit 1bf3f4bda7
9 changed files with 168 additions and 105 deletions
@@ -31,7 +31,7 @@ class AnnotationGenerator(
generateAnnotationsForDeclaration(declaration)
visitElement(declaration)
if (declaration is IrTypeParametersContainer) {
typeTranslator.leaveScope()
typeTranslator.leaveScope(declaration)
}
}