Add completion test for annotation parameter

This commit is contained in:
Pavel V. Talanov
2015-10-28 13:53:08 +03:00
parent 5f4bb4e941
commit 6a7ecbfd02
4 changed files with 21 additions and 1 deletions
+3 -1
View File
@@ -52,4 +52,6 @@ class F() {
interface MyInterface {
fun foo() = 1
}
}
annotation class Anno(val c: Int = 3, val d: String)