bb808b5620
Moved tests for completion and their test data into module idea-completion
11 lines
98 B
Kotlin
Vendored
11 lines
98 B
Kotlin
Vendored
fun Some.first() {
|
|
}
|
|
|
|
class Some() {
|
|
}
|
|
|
|
fun Some.second() {
|
|
<caret>
|
|
}
|
|
|
|
// EXIST: first, second |