[ObjCExport] Add translation of functions and properties extensions
KT-65630
This commit is contained in:
committed by
Space Team
parent
a34b87c63a
commit
30b63e4843
+8
-4
@@ -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() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user