Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44375fe commit ea74803Copy full SHA for ea74803
1 file changed
java/kotlin-extractor/src/main/kotlin/KotlinExtractorExtension.kt
@@ -132,6 +132,7 @@ class KotlinExtractorGlobalState {
132
val syntheticToRealClassMap = HashMap<IrClass, IrClass?>()
133
val syntheticToRealFunctionMap = HashMap<IrSimpleFunction, IrSimpleFunction?>()
134
val syntheticToRealFieldMap = HashMap<IrField, IrField?>()
135
+ // TODO: This could be less global; it's really per-file
136
val context = Stack<ExtractorContext>()
137
}
138
0 commit comments