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