Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ab7b4292982e3ae7707d74b46a5cda4e97e76b3b
/
.
/
kotlin-native
/
backend.native
/
tests
/
compilerChecks
/
t26.kt
blob: dd79c6bff107fa4112dc4b7873ca6fe19ee81940 [
file
] [
log
] [
blame
]
import
kotlinx
.
cinterop
.*
import
platform
.
darwin
.*
import
platform
.
Foundation
.*
class
Zzz
:
NSAssertionHandler
()
{
@ObjCAction
fun
String
.
foo
()
=
println
(
this
)
}