Skip to content

Commit 0024e54

Browse files
committed
Make method private
1 parent 86e5e4c commit 0024e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ open class KotlinFileExtractor(
16241624
extractTypeAccessRecursive(pluginContext.irBuiltIns.anyType, locId, idNewexpr, -3, enclosingCallable, enclosingStmt)
16251625
}
16261626

1627-
fun extractMethodAccessWithoutArgs(
1627+
private fun extractMethodAccessWithoutArgs(
16281628
returnType: IrType,
16291629
locId: Label<DbLocation>,
16301630
enclosingCallable: Label<out DbCallable>,

0 commit comments

Comments
 (0)