76672a4abf
To avoid forwarding Obj-C exceptions to Kotlin or vice versa. Otherwise this might lead to a crash or other undesirable behaviour. ^KT-50648 Fixed
6 lines
56 B
Kotlin
6 lines
56 B
Kotlin
import objclib.*
|
|
|
|
fun main() {
|
|
getVoidBlockAsId()
|
|
}
|