No completion auto-popup where parameter name can be
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
annotation class iHello
|
||||
val v = 1
|
||||
|
||||
fun foo([i<caret>) { }
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: iHello
|
||||
// EXIST: inlineOptions
|
||||
// ABSENT: String
|
||||
// ABSENT: v
|
||||
|
||||
Reference in New Issue
Block a user