bb808b5620
Moved tests for completion and their test data into module idea-completion
12 lines
104 B
Kotlin
Vendored
12 lines
104 B
Kotlin
Vendored
open class A : T
|
|
|
|
fun foo(): T {
|
|
return <caret>
|
|
}
|
|
|
|
class B : T
|
|
|
|
// EXIST: A
|
|
// EXIST: B
|
|
// EXIST: C
|