bb808b5620
Moved tests for completion and their test data into module idea-completion
10 lines
114 B
Kotlin
Vendored
10 lines
114 B
Kotlin
Vendored
fun foo(p: Int): Int = p
|
|
fun bar(): Int = p
|
|
|
|
fun f(): Int {
|
|
return <caret>foo(1)
|
|
}
|
|
|
|
//ELEMENT: bar
|
|
//CHAR: \t
|