blob: 241f1c1f610680d5c5b7ba230490dae0e37eefaf [file]
class A {
val b: String
get
init {
a().apply<String>(block = local fun String.<anonymous>() {
<this>.#b = $this$apply
}
) /*~> Unit */
}
constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
}
fun a(): String {
return "string"
}