mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Kotlin: Fix comment
This commit is contained in:
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user