mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
Add dataflow tests for lambda-like constructs
This commit adds tests for dataflow involving lambdas, big-arity lambdas, SAM conversions, and function references.
This commit is contained in:
@@ -3908,7 +3908,7 @@ open class KotlinFileExtractor(
|
||||
|
||||
addModifiers(id, "final")
|
||||
addVisibilityModifierToLocalOrAnonymousClass(id)
|
||||
extractClassSupertypes(superTypes, listOf(), id)
|
||||
extractClassSupertypes(superTypes, listOf(), id, inReceiverContext = true)
|
||||
|
||||
var parent: IrDeclarationParent? = currentDeclaration.parent
|
||||
while (parent != null) {
|
||||
|
||||
Reference in New Issue
Block a user