mirror of
https://github.com/github/codeql.git
synced 2026-05-24 16:17:07 +02:00
KE2: Fix build
This commit is contained in:
@@ -747,6 +747,8 @@ private fun KotlinFileExtractor.extractExpression(
|
||||
val returned = e.getReturnedExpression()
|
||||
if (returned != null) {
|
||||
extractExpression(returned, callable, ExprParent(id, 0, id))
|
||||
} else {
|
||||
TODO()
|
||||
}
|
||||
// TODO: e.getLabeledExpression()
|
||||
}
|
||||
@@ -2847,4 +2849,4 @@ fun KotlinFileExtractor.extractReferenceExpression(
|
||||
TODO()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user