Disabled parameter name&type completion for annotation type constructor

This commit is contained in:
Valentin Kipyatkov
2015-06-19 20:38:44 +03:00
parent 0ab155d61d
commit 776d198ea5
4 changed files with 26 additions and 2 deletions
@@ -0,0 +1,9 @@
// we disabled parameter name/type completion because not all types are acceptable and it's not very useful in such context anyway
class FooBar
class Boo
annotation class A(val b<caret>)
// NUMBER: 0