9 lines
88 B
Kotlin
Vendored
9 lines
88 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun main() {
|
|
foo()
|
|
<caret>({ foo() } )
|
|
}
|
|
|
|
fun foo() {}
|