mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Fix naming of internal default methods
This commit is contained in:
@@ -1683,7 +1683,7 @@ open class KotlinFileExtractor(
|
||||
}
|
||||
}
|
||||
} else {
|
||||
f.name.asString() + "\$default"
|
||||
getFunctionShortName(f).nameInDB + "\$default"
|
||||
}
|
||||
|
||||
private fun getDefaultsMethodLabel(f: IrFunction): Label<out DbCallable> {
|
||||
|
||||
Reference in New Issue
Block a user