KT-1630 Do not select automatically completion proposal in definition of lambda parameters
#KT-1630 fixed
This commit is contained in:
@@ -15,4 +15,8 @@ fun foo() {
|
||||
|
||||
{a : b -> f}
|
||||
{T.a : b -> f}
|
||||
|
||||
{(a, b) }
|
||||
{T.(a, b) }
|
||||
{a, }
|
||||
}
|
||||
Reference in New Issue
Block a user