Kapt: add some JeElement tests
(cherry picked from commit 948a4b6)
This commit is contained in:
committed by
Yan Zhulanow
parent
0fc92c784b
commit
927280f7ce
@@ -0,0 +1,10 @@
|
||||
annotation class Anno(val name: String)
|
||||
|
||||
@Anno("MyClassAnno")
|
||||
class MyClass {
|
||||
@Anno("myFuncAnno")
|
||||
fun myFunc(): String = "Mary"
|
||||
|
||||
@field:Anno("myFieldAnno")
|
||||
val myField: String = "Tom"
|
||||
}
|
||||
Reference in New Issue
Block a user