Remove "Move to class body" intention for annotation parameters (#1076)

#KT-17708 Fixed
This commit is contained in:
Nadia Humbert-Labeaumaz
2017-05-09 09:27:37 +02:00
committed by Dmitry Jemerov
parent 80e17cbe9c
commit e76f1acc0b
3 changed files with 5 additions and 3 deletions
-1
View File
@@ -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>
)