Parameter name completion: suppressed auto-insertion

This commit is contained in:
Valentin Kipyatkov
2015-06-17 20:51:56 +03:00
parent 6478c7d460
commit 437478e694
4 changed files with 20 additions and 1 deletions
@@ -0,0 +1,7 @@
class FooBar
fun f(fooBa<caret>)
// AUTOCOMPLETE_SETTING: true
// EXIST: fooBar
// NUMBER: 1