5aae053785
^KT-61431 Fixed ^KT-61451
10 lines
114 B
Kotlin
Vendored
10 lines
114 B
Kotlin
Vendored
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE
|
|
// script
|
|
fun foo(action: () -> Int) {
|
|
action()
|
|
}
|
|
|
|
foo {
|
|
42 + 42
|
|
}
|