[ObjCExport] Add translation of functions and properties extensions

KT-65630
This commit is contained in:
eugene.levenetc
2024-02-20 14:59:19 +01:00
committed by Space Team
parent a34b87c63a
commit 30b63e4843
13 changed files with 212 additions and 47 deletions
@@ -1,5 +1,9 @@
class Foo {
fun funA() {}
}
fun topLevelFunA() {}
fun topLevelFunB() {}
fun Foo.funB() {}
fun Foo.extensionFunA() {}
fun Foo.extensionFunB() {}
class Foo {
fun memberFun() {}
}