Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea74803

Browse files
committed
Kotlin: Add a comment
1 parent 44375fe commit ea74803

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ class KotlinExtractorGlobalState {
132132
val syntheticToRealClassMap = HashMap<IrClass, IrClass?>()
133133
val syntheticToRealFunctionMap = HashMap<IrSimpleFunction, IrSimpleFunction?>()
134134
val syntheticToRealFieldMap = HashMap<IrField, IrField?>()
135+
// TODO: This could be less global; it's really per-file
135136
val context = Stack<ExtractorContext>()
136137
}
137138

0 commit comments

Comments
 (0)