08bc0a6bd0
^KT-61564
11 lines
179 B
Kotlin
Vendored
11 lines
179 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_PLATFORM_LIBS
|
|
import platform.darwin.*
|
|
import platform.Foundation.*
|
|
|
|
class Zzz : NSAssertionHandler() {
|
|
companion object {
|
|
val Z = 42
|
|
}
|
|
}
|