Make "Add annotation target" available on use-site annotation
So #KT-22861 Fixed So #KT-22862 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
442a89bc6c
commit
963e430b42
@@ -0,0 +1,7 @@
|
||||
// "Add annotation target" "true"
|
||||
// WITH_RUNTIME
|
||||
@Target(AnnotationTarget.FIELD)
|
||||
annotation class DelegateAnn
|
||||
|
||||
@delegate:DelegateAnn
|
||||
val foo by lazy { "" }
|
||||
Reference in New Issue
Block a user