8e35b7a29c
#KT-38449 Fixed
7 lines
105 B
Kotlin
Vendored
7 lines
105 B
Kotlin
Vendored
fun b(body: () -> Int) = body()
|
|
|
|
class A {
|
|
fun test() = b {
|
|
<selection>24</selection>
|
|
}
|
|
} |