08bc0a6bd0
^KT-61564
9 lines
143 B
Kotlin
Vendored
9 lines
143 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_PLATFORM_LIBS
|
|
import platform.darwin.*
|
|
import platform.Foundation.*
|
|
|
|
interface I
|
|
|
|
class Zzz : NSAssertionHandler(), I
|