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