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

Skip to content

Commit 36356c2

Browse files
smowtonigfoo
authored andcommitted
Make IntelliJ parse block TODO properly
1 parent 2a6afff commit 36356c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2694,8 +2694,8 @@ open class KotlinFileExtractor(
26942694

26952695
private fun extractTypeAccess(type: TypeResults, location: Label<DbLocation>, parent: Label<out DbExprparent>, idx: Int): Label<out DbExpr> {
26962696
// TODO: elementForLocation allows us to give some sort of
2697-
// location, but a proper location for the type access will
2698-
// require upstream changes
2697+
// location, but a proper location for the type access will
2698+
// require upstream changes
26992699
val id = tw.getFreshIdLabel<DbUnannotatedtypeaccess>()
27002700
tw.writeExprs_unannotatedtypeaccess(id, type.javaResult.id, parent, idx)
27012701
tw.writeExprsKotlinType(id, type.kotlinResult.id)

0 commit comments

Comments
 (0)