bb808b5620
Moved tests for completion and their test data into module idea-completion
13 lines
154 B
Plaintext
Vendored
13 lines
154 B
Plaintext
Vendored
package Test.MyTest
|
|
|
|
class A {
|
|
companion object {
|
|
public fun testOther(a: Int) {
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
fun testMy() {
|
|
A.testOther(<caret>)
|
|
} |