mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Make useAnonymousClass private
This commit is contained in:
@@ -462,7 +462,7 @@ open class KotlinUsesExtractor(
|
||||
}
|
||||
}
|
||||
|
||||
fun useAnonymousClass(c: IrClass) =
|
||||
private fun useAnonymousClass(c: IrClass) =
|
||||
tw.lm.anonymousTypeMapping.getOrPut(c) {
|
||||
TypeResults(
|
||||
TypeResult(tw.getFreshIdLabel<DbClass>(), "", ""),
|
||||
|
||||
Reference in New Issue
Block a user