Get annotation for injection from reference descriptor (KT-15548)

#KT-15548 Fixed
This commit is contained in:
Nikolay Krasko
2017-01-11 19:32:29 +03:00
parent 0cbe19b930
commit c1538aea43
7 changed files with 131 additions and 8 deletions
+3
View File
@@ -0,0 +1,3 @@
annotation class Test(val value: String, val other: String)
@Test("", other = "") class Annotated