KT-1065 No completion between function name and call brackets

This commit is contained in:
Nikolay Krasko
2012-01-19 17:13:37 +04:00
parent 0c95fb9fc1
commit 021fb14c77
@@ -0,0 +1,13 @@
package something
class SomeTempClass {
fun testSome() {
}
fun test() {
test<caret>()
}
}
// EXIST: test, testSome