mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Make generated invoke/get/set public
The generated `invoke`/`get`/`set` methods are implementing interface members, so they need to be `public`.
This commit is contained in:
@@ -3216,6 +3216,8 @@ open class KotlinFileExtractor(
|
||||
tw.writeMethodsKotlinType(methodId, rt.kotlinResult.id)
|
||||
tw.writeHasLocation(methodId, locId)
|
||||
|
||||
addModifiers(methodId, "public")
|
||||
|
||||
// Block
|
||||
val blockId = tw.getFreshIdLabel<DbBlock>()
|
||||
tw.writeStmts_block(blockId, methodId, 0, methodId)
|
||||
|
||||
Reference in New Issue
Block a user