Kotlin: Typo in comment

This commit is contained in:
Ian Lynagh
2022-08-16 14:09:00 +01:00
parent c927ac9b33
commit 0e4066b6a8

View File

@@ -1357,7 +1357,7 @@ open class KotlinUsesExtractor(
return useAnonymousClass(c).javaResult.id.cast<DbClass>()
}
// For source classes, the label doesn't include and type arguments
// For source classes, the label doesn't include any type arguments
val classTypeResult = addClassLabel(c, listOf())
return classTypeResult.id
}