mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Extract field declaration directly inside class
This commit is contained in:
@@ -35,6 +35,7 @@ open class KotlinFileExtractor(
|
||||
}
|
||||
is IrProperty -> extractProperty(declaration, parentId)
|
||||
is IrEnumEntry -> extractEnumEntry(declaration, parentId)
|
||||
is IrField -> extractField(declaration, parentId)
|
||||
is IrTypeAlias -> extractTypeAlias(declaration) // TODO: Pass in and use parentId
|
||||
else -> logger.warnElement(Severity.ErrorSevere, "Unrecognised IrDeclaration: " + declaration.javaClass, declaration)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user