Files
kotlin-fork/idea/testData/completion/handlers/ExistingSingleBrackets.kt
T
Alefas b0046348aa Parameter info popup after completion insertion.
Do not add '(' if it's already exist in completion (+Tests).
2012-02-07 12:43:27 +04:00

13 lines
149 B
Kotlin

package Test.MyTest
class A {
class object {
public fun testOther(a: Int) {
}
}
}
fun testMy() {
A.testOthe<caret>()
}