[cinterop][objC][debug] warkarond foe fail of debug build

This commit is contained in:
Vasily Levchenko
2017-08-17 11:37:25 +03:00
committed by Vasily Levchenko
parent db1a1b029a
commit e81b1388d5
@@ -30,7 +30,7 @@ abstract class ObjCObjectBase protected constructor() : ObjCObject {
abstract class ObjCObjectBaseMeta protected constructor() : ObjCObjectBase(), ObjCObjectMeta {}
external fun optional(): Nothing
fun optional(): Nothing = throw RuntimeException("Do not call me!!!")
/**
* The runtime representation of any [ObjCObject].