Kotlin: Fix comment

This commit is contained in:
Ian Lynagh
2023-09-28 14:26:02 +01:00
parent 261ae4ea4d
commit 5db283e86a

View File

@@ -303,7 +303,7 @@ open class KotlinUsesExtractor(
when (p) {
is IrClass -> extractExternalClassLater(p)
is IrExternalPackageFragment -> {
// The parent is a (multi)file class. We don't need
// The parent is a (multi)file class. We don't need to
// extract it separately.
}
else -> {