Remove "Move to class body" intention for annotation parameters (#1076)
#KT-17708 Fixed
This commit is contained in:
committed by
Dmitry Jemerov
parent
80e17cbe9c
commit
e76f1acc0b
@@ -1,5 +1,4 @@
|
||||
// "Replace array of boxed with array of primitive" "false"
|
||||
// ACTION: Move to class body
|
||||
// ERROR: Invalid type of annotation member
|
||||
annotation class SuperAnnotation(
|
||||
val foo: <caret>Array<*>,
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// "Replace array of boxed with array of primitive" "false"
|
||||
// ACTION: Move to class body
|
||||
annotation class SuperAnnotation(
|
||||
val str: <caret>Array<String>
|
||||
)
|
||||
Reference in New Issue
Block a user