[FIR/IR generator] Move usedTypes to AbstractElement, rename it
This commit is contained in:
committed by
Space Team
parent
e4078d163b
commit
19ff050eae
-1
@@ -22,7 +22,6 @@ fun Implementation.generateCode(generationPath: File): GeneratedFile =
|
||||
this.typeName,
|
||||
fileSuppressions = listOf("DuplicatedCode", "unused"),
|
||||
) {
|
||||
addAllImports(usedTypes)
|
||||
ImplementationPrinter(this).printImplementation(this@generateCode)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user