IR: copy each file before lowering.
Avoid inter-file dependencies while lowering.
This commit is contained in:
@@ -47,5 +47,11 @@ class JsMapping(private val irFactory: IrFactory) : DefaultMapping() {
|
||||
map[key] = value
|
||||
}
|
||||
}
|
||||
|
||||
override val keys: Set<K>
|
||||
get() = map.keys
|
||||
|
||||
override val values: Collection<V>
|
||||
get() = map.values
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user