[JS IR] Don't use JVM-specific mangler in JS IR backend
^KT-54638 Fixed
This commit is contained in:
committed by
Space Team
parent
185097f82e
commit
78d19e143c
+1
-1
@@ -18,7 +18,7 @@ import org.jetbrains.kotlin.fir.symbols.ConeTypeParameterLookupTag
|
||||
import org.jetbrains.kotlin.fir.types.coneType
|
||||
|
||||
/**
|
||||
* A mangle computer that generates a mangled name for a Kotlin declaration represented by [FirDeclaration].
|
||||
* JVM backend-specific mangle computer that generates a mangled name for a Kotlin declaration represented by [FirDeclaration].
|
||||
*/
|
||||
class FirJvmMangleComputer(
|
||||
builder: StringBuilder,
|
||||
|
||||
Reference in New Issue
Block a user