Files
kotlin-fork/idea/idea-completion/testData/incrementalResolve/outOfBlockModification.kt
T
2017-06-30 11:21:15 +03:00

11 lines
134 B
Kotlin
Vendored

fun foo(): Int {
println()
return <before><caret>
}
val xxx<change>
// TYPE: " = 1"
// COMPLETION_TYPE: SMART
// EXIST: xxx