Add missed comment

This commit is contained in:
Roman Artemev
2019-12-17 18:04:17 +03:00
committed by romanart
parent dbb282e60f
commit 0f71460833
@@ -17,6 +17,11 @@ abstract class AbstractJsMangler : KotlinManglerImpl() {
object JsMangler : AbstractJsMangler()
/*
* JsManglerForBE is a special verison of kotlin mangler used in case when IR is not completely correct from Type Parameter perspective.
* I.e. usage of TypeParameter is not in TP's container. It's acceptable if only required to distinguish declaration somehow.
*/
object JsManglerForBE : AbstractJsMangler() {
override fun mangleTypeParameter(typeParameter: IrTypeParameter, typeParameterNamer: (IrTypeParameter) -> String): String =