[IR] Add doc comments for KotlinMangleComputer and its inheritors
This commit is contained in:
committed by
Space Team
parent
c447b91101
commit
1651199ed8
+3
@@ -25,6 +25,9 @@ import org.jetbrains.kotlin.fir.symbols.impl.FirTypeParameterSymbol
|
||||
import org.jetbrains.kotlin.fir.types.*
|
||||
import org.jetbrains.kotlin.fir.visitors.FirVisitorVoid
|
||||
|
||||
/**
|
||||
* A mangle computer that generates a mangled name for a Kotlin declaration represented by [FirDeclaration].
|
||||
*/
|
||||
class FirJvmMangleComputer(
|
||||
builder: StringBuilder,
|
||||
mode: MangleMode,
|
||||
|
||||
Reference in New Issue
Block a user