mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Kotlin: Add a comment
This commit is contained in:
@@ -132,6 +132,7 @@ class KotlinExtractorGlobalState {
|
||||
val syntheticToRealClassMap = HashMap<IrClass, IrClass?>()
|
||||
val syntheticToRealFunctionMap = HashMap<IrSimpleFunction, IrSimpleFunction?>()
|
||||
val syntheticToRealFieldMap = HashMap<IrField, IrField?>()
|
||||
// TODO: This could be less global; it's really per-file
|
||||
val context = Stack<ExtractorContext>()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user