Add todo comment regarding class declaration stmt

This commit is contained in:
Tamas Vajk
2021-12-03 10:29:00 +01:00
committed by Ian Lynagh
parent c446b0ecaf
commit fd27243ec6

View File

@@ -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)