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