b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
14 lines
183 B
Kotlin
Vendored
14 lines
183 B
Kotlin
Vendored
val test1: Function0<Int>
|
|
field = local fun <anonymous>(): Int {
|
|
return 42
|
|
}
|
|
|
|
get
|
|
|
|
val test2: Function0<Unit>
|
|
field = local fun <anonymous>() {
|
|
return Unit
|
|
}
|
|
|
|
get
|