Disabled parameter name completion where it makes no sense

This commit is contained in:
Valentin Kipyatkov
2015-06-17 20:08:01 +03:00
parent 0e045b9478
commit e2991b1412
9 changed files with 129 additions and 5 deletions
@@ -0,0 +1,11 @@
fun f() {
try {
}
catch(e<caret>) {
}
}
// INVOCATION_COUNT: 0
// NUMBER: 0
@@ -0,0 +1,6 @@
var v: Int
get(){}
set(v<caret>)
// INVOCATION_COUNT: 0
// NUMBER: 0