Extract ReferenceSymbolTable, support lazy type parameters
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ class AnnotationGenerator(
|
||||
generateAnnotationsForDeclaration(declaration)
|
||||
visitElement(declaration)
|
||||
if (declaration is IrTypeParametersContainer) {
|
||||
typeTranslator.leaveScope()
|
||||
typeTranslator.leaveScope(declaration)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user