Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
native
/
native.tests
/
testData
/
compilerOutput
/
clashingBindClassToObjCName
/
main.kt
blob: b4492e9ce80065cd4a0e5698eebe3e566c351ec4 [
file
]
import
kotlin
.
native
.
internal
.
reflect
.
objCNameOrNull
fun main
()
{
println
(
MyClass
::
class
.
objCNameOrNull
)
}