Refactoring: rename parameter to argument for annotation diagnostics
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
annotation class AnnE(val i: MyEnum)
|
||||
|
||||
@AnnE(<!ANNOTATION_PARAMETER_MUST_BE_ENUM_CONST!>e<!>)
|
||||
@AnnE(<!ANNOTATION_ARGUMENT_MUST_BE_ENUM_CONST!>e<!>)
|
||||
class Test
|
||||
|
||||
val e: MyEnum = MyEnum.A
|
||||
|
||||
Reference in New Issue
Block a user