Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c927ac9 commit 0e4066bCopy full SHA for 0e4066b
1 file changed
java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt
@@ -1357,7 +1357,7 @@ open class KotlinUsesExtractor(
1357
return useAnonymousClass(c).javaResult.id.cast<DbClass>()
1358
}
1359
1360
- // For source classes, the label doesn't include and type arguments
+ // For source classes, the label doesn't include any type arguments
1361
val classTypeResult = addClassLabel(c, listOf())
1362
return classTypeResult.id
1363
0 commit comments