KT-1630 Do not select automatically completion proposal in definition of lambda parameters

#KT-1630 fixed
This commit is contained in:
Nikolay Krasko
2012-04-19 16:05:39 +04:00
parent 414966b27e
commit aa4e4623d4
12 changed files with 257 additions and 73 deletions
@@ -15,4 +15,8 @@ fun foo() {
{a : b -> f}
{T.a : b -> f}
{(a, b) }
{T.(a, b) }
{a, }
}