b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
7 lines
140 B
Plaintext
Vendored
7 lines
140 B
Plaintext
Vendored
fun test1(): Int {
|
|
return "42".run<String, Int>(block = local fun String.<anonymous>(): Int {
|
|
return $this$run.<get-length>()
|
|
}
|
|
)
|
|
}
|