Deprecate escaped modifiers and unescaped annotations
This commit is contained in:
@@ -4,10 +4,10 @@ annotation class base
|
||||
@Target(AnnotationTarget.ANNOTATION_CLASS)
|
||||
annotation class meta
|
||||
|
||||
base class Outer {
|
||||
base <!WRONG_ANNOTATION_TARGET!>meta<!> class Nested
|
||||
@base class Outer {
|
||||
@base <!WRONG_ANNOTATION_TARGET!>@meta<!> class Nested
|
||||
|
||||
base meta annotation class Annotated
|
||||
@base @meta annotation class Annotated
|
||||
|
||||
fun foo() {
|
||||
@base <!WRONG_ANNOTATION_TARGET!>@meta<!> class Local
|
||||
|
||||
Reference in New Issue
Block a user