mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
Make extracted file class public and final
This commit is contained in:
@@ -76,6 +76,8 @@ open class KotlinUsesExtractor(
|
||||
tw.writeClasses(it, jvmName, pkgId, it)
|
||||
tw.writeFile_class(it)
|
||||
tw.writeHasLocation(it, locId)
|
||||
|
||||
addModifiers(it, "public", "final")
|
||||
})
|
||||
return id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user