We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261ae4e commit 5db283eCopy full SHA for 5db283e
1 file changed
java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt
@@ -303,7 +303,7 @@ open class KotlinUsesExtractor(
303
when (p) {
304
is IrClass -> extractExternalClassLater(p)
305
is IrExternalPackageFragment -> {
306
- // The parent is a (multi)file class. We don't need
+ // The parent is a (multi)file class. We don't need to
307
// extract it separately.
308
}
309
else -> {
0 commit comments