mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +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) {
|
tw.lm.anonymousTypeMapping.getOrPut(c) {
|
||||||
TypeResults(
|
TypeResults(
|
||||||
TypeResult(tw.getFreshIdLabel<DbClass>(), "", ""),
|
TypeResult(tw.getFreshIdLabel<DbClass>(), "", ""),
|
||||||
|
|||||||
Reference in New Issue
Block a user