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