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