blob: 3e0f6e6713cb77e92d88eeabe220a8c8b757003b [file]
// LAMBDAS: CLASS
operator fun (() -> String).getValue(thisRef: Any?, property: Any?) = this()
fun foo() {
val prop by { "OK" }
}
// METHOD : ObjectInLocalPropertyDelegateKt$foo$prop$2.invoke()Ljava/lang/String;
// VARIABLE : NAME=this TYPE=LObjectInLocalPropertyDelegateKt$foo$prop$2; INDEX=0