mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
Extract override modifier
This commit is contained in:
@@ -703,6 +703,10 @@ open class KotlinFileExtractor(
|
||||
addModifiers(id, "static")
|
||||
}
|
||||
|
||||
if (f is IrSimpleFunction && f.overriddenSymbols.isNotEmpty()) {
|
||||
addModifiers(id, "override")
|
||||
}
|
||||
|
||||
return id
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user