b0046348aa
Do not add '(' if it's already exist in completion (+Tests).
13 lines
150 B
Plaintext
13 lines
150 B
Plaintext
package Test.MyTest
|
|
|
|
class A {
|
|
class object {
|
|
public fun testOther(a: Int) {
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
fun testMy() {
|
|
A.testOther(<caret>)
|
|
} |