bb808b5620
Moved tests for completion and their test data into module idea-completion
12 lines
164 B
Kotlin
Vendored
12 lines
164 B
Kotlin
Vendored
class C {
|
|
fun String.memberExtForString(){}
|
|
|
|
companion object {
|
|
fun foo() {
|
|
"".<caret>
|
|
}
|
|
}
|
|
}
|
|
|
|
// ABSENT: memberExtForString
|