[K/N] Run irText tests for K2/Native
^KT-58240
This commit is contained in:
committed by
Space Team
parent
0cfa721585
commit
cd4c241fa3
+1
-1
@@ -23,7 +23,7 @@ import org.jetbrains.kotlin.fir.types.toSymbol
|
||||
import org.jetbrains.kotlin.name.Name
|
||||
import org.jetbrains.kotlin.native.interop.ObjCMethodInfo
|
||||
|
||||
class FirNativeKotlinMangler : FirMangler() {
|
||||
object FirNativeKotlinMangler : FirMangler() {
|
||||
override fun getMangleComputer(mode: MangleMode, compatibleMode: Boolean): KotlinMangleComputer<FirDeclaration> {
|
||||
return FirNativeKotlinMangleComputer(StringBuilder(256), mode)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user