15 lines
184 B
Plaintext
Vendored
15 lines
184 B
Plaintext
Vendored
val test1: Function0<Int>
|
|
field = local fun <anonymous>(): Int {
|
|
return 42
|
|
}
|
|
|
|
get
|
|
|
|
val test2: Function0<Unit>
|
|
field = local fun <anonymous>() {
|
|
return Unit
|
|
}
|
|
|
|
get
|
|
|