bb808b5620
Moved tests for completion and their test data into module idea-completion
11 lines
122 B
Plaintext
Vendored
11 lines
122 B
Plaintext
Vendored
package a
|
|
|
|
class Test {
|
|
companion object {
|
|
class Some
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
a.Test.Companion.Some<caret>
|
|
} |