bb808b5620
Moved tests for completion and their test data into module idea-completion
10 lines
168 B
Kotlin
Vendored
10 lines
168 B
Kotlin
Vendored
class Foo{
|
|
fun String.foo(){
|
|
fun Foo.bar(){
|
|
val s: String = <caret>
|
|
}
|
|
}
|
|
}
|
|
|
|
// EXIST: { lookupString:"this@foo", typeText:"String" }
|