blob: 314ca6a91f1de5e6b7493b93465727eced6e6ee3 [file]
/wrongAnnotationTarget.kt:10:1: error: this annotation is not applicable to target 'top level property with backing field' and use site target '@property'
@property:Ann2
^^^^^^^^^^^^^^
/wrongAnnotationTarget.kt:11:10: error: this annotation is not applicable to target 'type usage'
val foo: @Ann1 @Ann2 String = ""
^^^^^
/wrongAnnotationTarget.kt:11:16: error: this annotation is not applicable to target 'type usage'
val foo: @Ann1 @Ann2 String = ""
^^^^^