bb808b5620
Moved tests for completion and their test data into module idea-completion
12 lines
124 B
Kotlin
Vendored
12 lines
124 B
Kotlin
Vendored
package testing
|
|
|
|
public object SimpleTestClass {
|
|
|
|
}
|
|
|
|
fun some() {
|
|
S<caret>
|
|
}
|
|
|
|
// EXIST: SimpleTestClass
|
|
// EXIST: String |