Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ab7b4292982e3ae7707d74b46a5cda4e97e76b3b
/
.
/
kotlin-native
/
backend.native
/
tests
/
compilerChecks
/
t31.kt
blob: df6b62782a984881583aa7c1b300fb9d059ccf40 [
file
] [
log
] [
blame
]
import
kotlinx
.
cinterop
.*
import
platform
.
darwin
.*
import
platform
.
Foundation
.*
class
Zzz
:
NSAssertionHandler
()
{
@ObjCOutlet
var
x
:
String
get
()
=
"zzz"
set
(
value
:
String
)
{
}
}