Build fix: quick-fix tests (forgotten actions)
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
// "Replace array of boxed with array of primitive" "false"
|
// "Replace array of boxed with array of primitive" "false"
|
||||||
// ERROR: Invalid type of annotation member
|
// ERROR: Invalid type of annotation member
|
||||||
|
// ACTION: Put parameters on one line
|
||||||
annotation class SuperAnnotation(
|
annotation class SuperAnnotation(
|
||||||
val foo: <caret>Array<*>,
|
val foo: <caret>Array<*>,
|
||||||
val str: Array<String>
|
val str: Array<String>
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// "Replace array of boxed with array of primitive" "false"
|
// "Replace array of boxed with array of primitive" "false"
|
||||||
|
// ACTION: Put parameters on one line
|
||||||
annotation class SuperAnnotation(
|
annotation class SuperAnnotation(
|
||||||
val str: <caret>Array<String>
|
val str: <caret>Array<String>
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user