[ObjCExport] Add object translation and error handling
- Also add forward declaration tests - Add hidden types support - Issues: KT-64857, KT-64952, KT-65080
This commit is contained in:
committed by
Space Team
parent
c483e54e2d
commit
480b8ec516
+1
@@ -0,0 +1 @@
|
||||
@class Foo;
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun foo(): Foo
|
||||
|
||||
class Foo
|
||||
+1
@@ -0,0 +1 @@
|
||||
@protocol Foo;
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun foo(): Foo
|
||||
|
||||
interface Foo
|
||||
+1
@@ -0,0 +1 @@
|
||||
@class Foo;
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
val foo: Foo get() = TODO()
|
||||
|
||||
class Foo
|
||||
+1
@@ -0,0 +1 @@
|
||||
@protocol Foo;
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
val foo: Foo get() = TODO()
|
||||
|
||||
interface Foo
|
||||
Reference in New Issue
Block a user