Fix generation of KtBridges, now it is using actual C Function Name
Merge-request: KT-MR-14337 Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import kotlin.native.internal.ExportedBridge
|
||||
|
||||
@ExportedBridge("__root___foo")
|
||||
@ExportedBridge("__root___foo__TypesOfArguments__int32_t_double__")
|
||||
public fun __root___foo(p: Int, p2: Double): Short {
|
||||
val result = foo(p, p2)
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user