Files
kotlin-fork/native/native.tests/testData/interop/objc/tests/kt36766.kt
T
2024-01-31 16:17:21 +00:00

6 lines
86 B
Kotlin
Vendored

import kotlin.test.*
import objcTests.*
@Test fun testKt36766() {
kt36766(null)
}