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

Skip to content

Commit 44c8249

Browse files
tamasvajkigfoo
authored andcommitted
Remove outdated TODO comments
1 parent 5f729f8 commit 44c8249

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,6 @@ open class KotlinFileExtractor(
19331933

19341934
private val loopIdMap: MutableMap<IrLoop, Label<out DbKtloopstmt>> = mutableMapOf()
19351935

1936-
// todo: add all declaration types, not only IrFunctions.
19371936
// todo: calculating the enclosing ref type could be done through this, instead of walking up the declaration parent chain
19381937
private val declarationStack: Stack<IrDeclaration> = Stack()
19391938

@@ -3956,8 +3955,6 @@ open class KotlinFileExtractor(
39563955
@Suppress("UNCHECKED_CAST")
39573956
tw.writeCallableBinding(superCallId as Label<DbCaller>, baseConstructorId)
39583957

3959-
// TODO: We might need to add an `<obinit>` function, and a call to it to match other classes
3960-
39613958
addModifiers(id, "final")
39623959
addVisibilityModifierToLocalOrAnonymousClass(id)
39633960
extractClassSupertypes(superTypes, listOf(), id, inReceiverContext = true)

0 commit comments

Comments
 (0)