mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Make method private
This commit is contained in:
@@ -1624,7 +1624,7 @@ open class KotlinFileExtractor(
|
||||
extractTypeAccessRecursive(pluginContext.irBuiltIns.anyType, locId, idNewexpr, -3, enclosingCallable, enclosingStmt)
|
||||
}
|
||||
|
||||
fun extractMethodAccessWithoutArgs(
|
||||
private fun extractMethodAccessWithoutArgs(
|
||||
returnType: IrType,
|
||||
locId: Label<DbLocation>,
|
||||
enclosingCallable: Label<out DbCallable>,
|
||||
|
||||
Reference in New Issue
Block a user