Kapt: Support @Deprecated annotations (KT-30368)

This commit is contained in:
Yan Zhulanow
2019-04-25 23:27:34 +03:00
parent 1309c0c67a
commit 9edd4554a9
15 changed files with 100 additions and 0 deletions
@@ -110,6 +110,7 @@ public final class TestAnno2 {
}
@Anno3(value = "property")
@java.lang.Deprecated()
public static void b$annotations() {
}