Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd27243

Browse files
tamasvajkigfoo
authored andcommitted
Add todo comment regarding class declaration stmt
1 parent c446b0e commit fd27243

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ open class KotlinFileExtractor(
132132
}
133133

134134
private fun extractAnonymousClassStmt(id: Label<out DbClass>, locElement: IrElement, callable: Label<out DbCallable>, parent: Label<out DbStmtparent>, idx: Int) {
135+
// TODO: is this the same as @localtypedeclstmt
135136
val stmtId = tw.getFreshIdLabel<DbAnonymousclassdeclstmt>()
136137
tw.writeStmts_anonymousclassdeclstmt(stmtId, parent, idx, callable)
137138
tw.writeKtAnonymousClassDeclarationStmts(stmtId, id)

0 commit comments

Comments
 (0)