b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
8 lines
141 B
Kotlin
Vendored
8 lines
141 B
Kotlin
Vendored
fun test1() {
|
|
val hello: Runnable = local fun <anonymous>() {
|
|
println(message = "Hello, world!")
|
|
}
|
|
/*-> Runnable */
|
|
hello.run()
|
|
}
|