Disabled parameter name&type completion for annotation type constructor
This commit is contained in:
Vendored
+9
@@ -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
|
||||
Reference in New Issue
Block a user