Build fix: quick-fix tests (forgotten actions)

This commit is contained in:
Mikhail Glukhikh
2018-04-20 20:55:27 +03:00
parent a25e971d19
commit c69dd98c86
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
// "Replace array of boxed with array of primitive" "false"
// ERROR: Invalid type of annotation member
// ACTION: Put parameters on one line
annotation class SuperAnnotation(
val foo: <caret>Array<*>,
val str: Array<String>
@@ -1,4 +1,5 @@
// "Replace array of boxed with array of primitive" "false"
// ACTION: Put parameters on one line
annotation class SuperAnnotation(
val str: <caret>Array<String>
)