Adapting code completion to no annotations without "@"
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
annotation class Hello
|
||||
val v = 1
|
||||
|
||||
fun foo(@Volatile <caret>) { }
|
||||
fun foo(@Volatile @<caret>) { }
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: Hello
|
||||
|
||||
Reference in New Issue
Block a user