fun localAnnotation() { annotation class Local1 annotation class Local2(val a: Int) annotation class Local3(val a: Int = 1) }