Native: add a test for forward declarations with two cinterop libs
This commit is contained in:
committed by
Space Team
parent
d4f5d5297f
commit
f3ed006ed9
@@ -472,6 +472,10 @@ open class KonanInteropTest : KonanStandaloneTest() {
|
||||
@Input
|
||||
lateinit var interop: String
|
||||
|
||||
@Input
|
||||
@Optional
|
||||
var interop2: String? = null
|
||||
|
||||
@Input
|
||||
@Optional
|
||||
var lib: String? = null
|
||||
|
||||
Reference in New Issue
Block a user