Make method private

This commit is contained in:
Chris Smowton
2022-10-06 12:55:17 +01:00
parent 86e5e4c4bc
commit 0024e54e63

View File

@@ -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>,