blob: 5dda6ded2dee7bdb41891168125778319172289c [file] [log] [blame]
@Target(AnnotationTarget.PROPERTY, AnnotationTarget.FIELD)
annotation class PropertyAnnotation(val a: Int = 0)
class TestClass(private @PropertyAnnotation(42) val <caret>text: String = "LoremIpsum")