Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
resolve
/
candidatesPriority
/
memberWithInvokeVsNonLocal.resolve
blob: ba5f8457364b8a6019c10494a2cc5feae7c6dc09 [
file
] [
log
] [
blame
]
annotation
class
data
public
class
BinaryResponse
(~
data
~
val data
:
()
->
String
)
{
fun writeResponse
()
{
`data`
data
()
}
}