bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
89 B
Kotlin
Vendored
8 lines
89 B
Kotlin
Vendored
class C(val v: Int)
|
|
|
|
fun foo(): C {
|
|
return <caret>a.b(1)
|
|
}
|
|
|
|
// ELEMENT: C
|
|
// CHAR: \t |