Add completion test for annotation parameter
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@mockLib.foo.Anno(<caret>)
|
||||
public class Testing {
|
||||
}
|
||||
|
||||
// EXIST: c
|
||||
// EXIST: d
|
||||
+3
-1
@@ -52,4 +52,6 @@ class F() {
|
||||
|
||||
interface MyInterface {
|
||||
fun foo() = 1
|
||||
}
|
||||
}
|
||||
|
||||
annotation class Anno(val c: Int = 3, val d: String)
|
||||
Reference in New Issue
Block a user