[IR] Print annotations in source range compiler tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER)
|
||||
internal annotation class MyAnnotation(val description: String)
|
||||
|
||||
@MyAnnotation("fooAnotation")
|
||||
fun foo() {}
|
||||
Reference in New Issue
Block a user