Add completion test for annotation parameter
This commit is contained in:
+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