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