mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Typo
This commit is contained in:
@@ -424,7 +424,7 @@ class KotlinFileExtractor(val logger: FileLogger, val tw: FileTrapWriter, val fi
|
||||
extractClassInstance(c, typeArgs)
|
||||
}
|
||||
// we don't have an "external dependencies" extractor yet,
|
||||
// so for now we extract thr source class for those too
|
||||
// so for now we extract the source class for those too
|
||||
if (c.origin == IrDeclarationOrigin.IR_EXTERNAL_DECLARATION_STUB ||
|
||||
c.origin == IrDeclarationOrigin.IR_EXTERNAL_JAVA_DECLARATION_STUB) {
|
||||
extractClassSource(c)
|
||||
|
||||
Reference in New Issue
Block a user