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