Represent Objective-C block pointers in methods as Kotlin functions

Also do some refactoring.
This commit is contained in:
Svyatoslav Scherbina
2017-10-16 17:22:26 +03:00
committed by SvyatoslavScherbina
parent caf6719fc4
commit e8f97b0436
18 changed files with 412 additions and 80 deletions
+1 -1
View File
@@ -2199,7 +2199,7 @@ if (isMac()) {
task interop_objc_smoke(type: RunInteropKonanTest) {
disabled = (project.testTarget == 'wasm32') // No interop for wasm yet.
goldValue = "Hello, World!\nKotlin says: Hello, everybody!\nHello from Kotlin\n2, 1\n" +
goldValue = "84\nFoo\nHello, World!\nKotlin says: Hello, everybody!\nHello from Kotlin\n2, 1\n" +
"true\ntrue\nDeallocated\nDeallocated\n"
source = "interop/objc/smoke.kt"