524f0d335e
^KT-61259
8 lines
215 B
Kotlin
Vendored
8 lines
215 B
Kotlin
Vendored
import kotlinx.cinterop.*
|
|
import kotlin.test.*
|
|
import objcTests.*
|
|
|
|
@Test fun testNSOutputStreamToMemoryConstructor() {
|
|
val stream: Any = NSOutputStream(toMemory = Unit)
|
|
assertTrue(stream is NSOutputStream)
|
|
} |