Stable order of generated annotation targets
A random order of usages is enabled in 193 platform that makes tests flaky without the commit.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// "Add annotation target" "true"
|
||||
|
||||
@Target(AnnotationTarget.TYPE, AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
|
||||
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.TYPE)
|
||||
annotation class Foo
|
||||
|
||||
@Foo
|
||||
|
||||
Reference in New Issue
Block a user