blob: 68fccd25b6764e8d26e803dfbaeb78c8f1ff5c6d [file] [log] [blame]
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