Write .set file for source file

This commit is contained in:
Chris Smowton
2021-10-01 15:35:03 +01:00
committed by Ian Lynagh
parent b299779750
commit 4a18705d73
2 changed files with 3 additions and 1 deletions

View File

@@ -202,6 +202,7 @@ class ExternalClassExtractor(val logger: FileLogger, val sourceFilePath: String,
}
}
} while (!externalClassWorkList.isEmpty());
output.writeTrapSet()
}
}