Introduction of AnnotationTarget.CLASS as a replacement for CLASSIFIER (first step)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
@Target(AnnotationTarget.CLASSIFIER) annotation class base
|
||||
@Target(AnnotationTarget.CLASS) annotation class base
|
||||
|
||||
@base annotation class derived
|
||||
|
||||
|
||||
Reference in New Issue
Block a user