KT-1065 No completion between function name and call brackets
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package something
|
||||
|
||||
class SomeTempClass {
|
||||
fun testSome() {
|
||||
|
||||
}
|
||||
|
||||
fun test() {
|
||||
test<caret>()
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: test, testSome
|
||||
Reference in New Issue
Block a user