Disabled parameter name completion where it makes no sense
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
fun f() {
|
||||
try {
|
||||
|
||||
}
|
||||
catch(e<caret>) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 0
|
||||
// NUMBER: 0
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
var v: Int
|
||||
get(){}
|
||||
set(v<caret>)
|
||||
|
||||
// INVOCATION_COUNT: 0
|
||||
// NUMBER: 0
|
||||
Reference in New Issue
Block a user