[ObjCExport] Add nullable dependency parameter failing test
KT-66068
This commit is contained in:
committed by
Space Team
parent
468efc77dd
commit
87e162e052
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
@class LongIterator, DoubleIterator, IntIterator;
|
||||
|
||||
@protocol Iterator;
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
fun foo(iterator: DoubleIterator? = null) = Unit
|
||||
fun foo(): LongIterator? = null
|
||||
}
|
||||
|
||||
var prop: IntIterator? = null
|
||||
Reference in New Issue
Block a user