[ObjCExport] Add inner classes translation
KT-66339
This commit is contained in:
committed by
Space Team
parent
5fee662223
commit
f7f779df53
+10
@@ -0,0 +1,10 @@
|
||||
class Foo {
|
||||
inner class Inner {
|
||||
val Foo.propVal: Boolean
|
||||
get() = false
|
||||
fun String.foo() = 42
|
||||
var Foo.propSet: Int
|
||||
get() = 42
|
||||
set(value) {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user