Files
kotlin/idea/testData/debugger/selectExpression/disallowMethodCalls/call.kt

7 lines
64 B
Kotlin
Vendored

fun foo() {
<caret>bar()
}
fun bar() = 1
// EXPECTED: null