mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
Kotlin: More top-level stuff
This commit is contained in:
@@ -386,7 +386,7 @@ class KotlinFileExtractor(val logger: Logger, val tw: TrapWriter) {
|
||||
return id
|
||||
}
|
||||
|
||||
fun extractProperty(p: IrProperty, parentid: Label<out DbPackage_or_reftype>) {
|
||||
fun extractProperty(p: IrProperty, parentid: Label<out DbReftype>) {
|
||||
val bf = p.backingField
|
||||
if(bf == null) {
|
||||
logger.warn("IrProperty without backing field")
|
||||
|
||||
Reference in New Issue
Block a user