Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4783822fbc6124c4ba34c64fc79b53dde6b500f7
/
.
/
compiler
/
testData
/
writeSignature
/
callableReference
/
propertyReferenceGet.kt
blob: 68fccd25b6764e8d26e803dfbaeb78c8f1ff5c6d [
file
]
class
Foo
(
val a
:
String
)
fun test
(
s
:
()
->
String
):
String
{
return
s
()
}
fun box
():
String
{
return
test
(
Foo
(
"OK"
)::
a
)
}
// method: PropertyReferenceGetKt$box$1::get
// jvm signature: ()Ljava/lang/Object;
// generic signature: null