55a4c40970
^KT-38444 In Progress
5 lines
67 B
Kotlin
Vendored
5 lines
67 B
Kotlin
Vendored
fun bar(doIt: Int.() -> Int) {
|
|
val i: Int? = 1
|
|
i?.doIt()
|
|
}
|