blob: 91f36d09ada88882a7cb08352202dc0ecd11b9b5 [file] [log] [blame] [edit]
annotation class TestAnnotation
fun foo() {
@TestAnnotation
val bar = "lorem ipsum"
}