Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData/selectExpression/disallowMethodCalls/infixCall.kt
T
2019-10-08 19:13:55 +09:00

7 lines
76 B
Kotlin
Vendored

fun foo() {
1 <caret>foo 1
}
fun Int.foo(i: Int) = 1
// EXPECTED: null