fun test1(): Int {
  return run<String, Int>(/* <this> = "42", */ block = local fun String.<anonymous>(): Int {
    return $this$run.<get-length>()
  }
)
}

