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