08bc0a6bd0
^KT-61564
9 lines
167 B
Kotlin
Vendored
9 lines
167 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_PLATFORM_LIBS
|
|
import platform.darwin.*
|
|
import platform.Foundation.*
|
|
|
|
class Zzz : NSAssertionHandler() {
|
|
override fun toString() = "zzz"
|
|
}
|