mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Add todo comment regarding class declaration stmt
This commit is contained in:
@@ -132,6 +132,7 @@ open class KotlinFileExtractor(
|
||||
}
|
||||
|
||||
private fun extractAnonymousClassStmt(id: Label<out DbClass>, locElement: IrElement, callable: Label<out DbCallable>, parent: Label<out DbStmtparent>, idx: Int) {
|
||||
// TODO: is this the same as @localtypedeclstmt
|
||||
val stmtId = tw.getFreshIdLabel<DbAnonymousclassdeclstmt>()
|
||||
tw.writeStmts_anonymousclassdeclstmt(stmtId, parent, idx, callable)
|
||||
tw.writeKtAnonymousClassDeclarationStmts(stmtId, id)
|
||||
|
||||
Reference in New Issue
Block a user