Skip to content

Commit 0e4066b

Browse files
committed
Kotlin: Typo in comment
1 parent c927ac9 commit 0e4066b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ open class KotlinUsesExtractor(
13571357
return useAnonymousClass(c).javaResult.id.cast<DbClass>()
13581358
}
13591359

1360-
// For source classes, the label doesn't include and type arguments
1360+
// For source classes, the label doesn't include any type arguments
13611361
val classTypeResult = addClassLabel(c, listOf())
13621362
return classTypeResult.id
13631363
}

0 commit comments

Comments
 (0)